I am getting below Error while running mapreduce on hbase:
java.io.IOException: Pass a Delete or a Put at org.apache.hadoop.hbase.mapreduce.TableOutputFormat
The problem hasn't solved by the following code:
job.setNumReduceTasks(0);
It only help disable the reduce phase and skip the real problem in the reduce phase.
Besides, there is problem in the configuration, you should include both mapred-site.xml and hbase-site.xml as the Configuration resources.
mapred-site.xml
hbase-site.xml