This is another erroer shown

tmp.java:595: cannot find symbol
symbol  : method
initTableReducerJob(java.lang.String,java.lang.Class
<org.myorg.WordCount.IntSumReducer>,
org.apache.hadoop.mapreduce.Job)
location: class org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil
TableMapReduceUtil.initTableReducerJob("table", IntSumReducer.class,job);

This error occurs when i tried to put reducer output to hbase table

Any solution???????????????/




Reply via email to