Package com.mapr.db.mapreduce.tools.impl
Class DiffTableNonMR
- java.lang.Object
-
- com.mapr.db.mapreduce.tools.impl.DiffTableNonMR
-
- All Implemented Interfaces:
FailureTracker
public class DiffTableNonMR extends java.lang.Object implements FailureTracker
-
-
Constructor Summary
Constructors Constructor Description DiffTableNonMR(org.apache.hadoop.conf.Configuration conf, java.lang.String table1Path, java.lang.String table2Path, java.lang.String fields, int numThreads, boolean exitOnFirstMismatch, boolean excludedEmbeddedFamily, java.lang.String outDir, boolean getDeletes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyMismatch()intrunWithoutMapReduce()booleanshouldExit()
-
-
-
Constructor Detail
-
DiffTableNonMR
public DiffTableNonMR(org.apache.hadoop.conf.Configuration conf, java.lang.String table1Path, java.lang.String table2Path, java.lang.String fields, int numThreads, boolean exitOnFirstMismatch, boolean excludedEmbeddedFamily, java.lang.String outDir, boolean getDeletes) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Detail
-
runWithoutMapReduce
public int runWithoutMapReduce() throws java.lang.Exception- Throws:
java.lang.Exception
-
notifyMismatch
public void notifyMismatch()
- Specified by:
notifyMismatchin interfaceFailureTracker
-
shouldExit
public boolean shouldExit()
- Specified by:
shouldExitin interfaceFailureTracker
-
-