You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by sriram <rs...@gmail.com> on 2011/08/30 19:59:00 UTC

initTableReducerJob cannot find symbol

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???????????????/


Re: initTableReducerJob cannot find symbol

Posted by sriram <rs...@gmail.com>.


Found the problem.Didnt put TableReducer in the reducer class