Package com.mapr.db.mapreduce.tools.impl
Class DiffTableNonMR
java.lang.Object
com.mapr.db.mapreduce.tools.impl.DiffTableNonMR
- All Implemented Interfaces:
FailureTracker
-
Constructor Summary
ConstructorsConstructorDescriptionDiffTableNonMR(org.apache.hadoop.conf.Configuration conf, String table1Path, String table2Path, String fields, int numThreads, boolean exitOnFirstMismatch, boolean excludedEmbeddedFamily, String outDir, boolean getDeletes) -
Method Summary
Modifier and TypeMethodDescriptionvoidintboolean
-
Constructor Details
-
DiffTableNonMR
public DiffTableNonMR(org.apache.hadoop.conf.Configuration conf, String table1Path, String table2Path, String fields, int numThreads, boolean exitOnFirstMismatch, boolean excludedEmbeddedFamily, String outDir, boolean getDeletes) throws IOException - Throws:
IOException
-
-
Method Details
-
runWithoutMapReduce
- Throws:
Exception
-
notifyMismatch
public void notifyMismatch()- Specified by:
notifyMismatchin interfaceFailureTracker
-
shouldExit
public boolean shouldExit()- Specified by:
shouldExitin interfaceFailureTracker
-