Class TestMultithreadedTableMapper

java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper

@Tag("org.apache.hadoop.hbase.testclassification.MapReduceTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests") public class TestMultithreadedTableMapper extends Object
Test Map/Reduce job over HBase tables. The map/reduce process we're testing on our tables is simple - take every row in the table, reverse the value of a particular cell, and write it back to the table.