Package com.mapr.db.mapreduce.tools
Class FormatResult
- java.lang.Object
-
- org.apache.hadoop.conf.Configured
-
- com.mapr.db.mapreduce.tools.FormatResult
-
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
public class FormatResult extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFormatResult.FormatConverterMapper
-
Constructor Summary
Constructors Constructor Description FormatResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)intrun(java.lang.String[] args)intrunFormatResultMR()static voidUsage(java.lang.String errorMsg)
-
-
-
Method Detail
-
runFormatResultMR
public int runFormatResultMR() throws java.lang.Exception- Throws:
java.lang.Exception
-
run
public int run(java.lang.String[] args) throws java.lang.Exception- Specified by:
runin interfaceorg.apache.hadoop.util.Tool- Throws:
java.lang.Exception
-
Usage
public static void Usage(java.lang.String errorMsg)
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
-