Package com.mapr.db.mapreduce.tools.impl
Class RangeChecksum
java.lang.Object
org.apache.hadoop.conf.Configured
com.mapr.db.mapreduce.tools.impl.RangeChecksum
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
public class RangeChecksum
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]convertFromDiffTablesArg(boolean useSrcTable, String splitKRFile, String subKRFile, String includeKRFile, String outChecksumDir, String inputJobDisplayName, String[] diffArgs) static org.apache.hadoop.mapreduce.JobcreateSubmittableJob(org.apache.hadoop.conf.Configuration conf, String[] args) static StringgetOutputPathName(String dir, String table) static voidintMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
NAME
- See Also:
-
ISROOT
public static final int ISROOT- See Also:
-
ISNOTROOT
public static final int ISNOTROOT- See Also:
-
ISARRAYELEMENT
public static final int ISARRAYELEMENT- See Also:
-
ISNOTARRAYELEMENT
public static final int ISNOTARRAYELEMENT- See Also:
-
-
Constructor Details
-
RangeChecksum
public RangeChecksum()
-
-
Method Details
-
getOutputPathName
-
createSubmittableJob
public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf, String[] args) throws IOException, URISyntaxException - Throws:
IOExceptionURISyntaxException
-
convertFromDiffTablesArg
-
run
- Specified by:
runin interfaceorg.apache.hadoop.util.Tool- Throws:
Exception
-
main
- Throws:
Exception
-