There are two HBase Tables(table1, table2) as input source, using MapReduce to compare one column in table1 with one column in table2, if the one in table1 is equivalent with the one in table2, output them to table3.
How can we solve the problem using MapReduce? (Hadoop2.2.0+Hbase0.96.0)