Following wiki has documentation regarding loading data in HBase. http://wiki.apache.org/hadoop/Hbase/MapReduce
This usage deprecated map reduce APIs. There is an example under heading *Example to bulk import/load a text file into an HTable.* This usage HTable to load data in HBase. If I want to use TableOutputFormat and I don't need reduce. Then what will be the job configuration details? Thank you Abhay
