Class DiffTableNonMR

    • 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)  
    • 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