public class DiffTableNonMR extends java.lang.Object implements FailureTracker
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyMismatch() |
int |
runWithoutMapReduce() |
boolean |
shouldExit() |
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)
throws java.io.IOException
java.io.IOExceptionpublic int runWithoutMapReduce()
throws java.lang.Exception
java.lang.Exceptionpublic void notifyMismatch()
notifyMismatch in interface FailureTrackerpublic boolean shouldExit()
shouldExit in interface FailureTracker