Hello, I am loading lots of data through API in HBase table. I am using HBase Java API to do this. If I convert this code to map-reduce task and use *TableOutputFormat* class then will I get any performance improvement?
As I am not getting input data from existing HBase table or HDFS files there will not be any input to map task. The only advantage is multiple map tasks running simultaneously might make processing faster. Thanks! Regars, Abhay
