MultipleInputs.addInputPath compile error in eclipse(indigo)

2013-04-02 Thread YouPeng Yang
HI GUYS I want to use the the org.apache.hadoop.mapreduce.lib.input.MultipleInputs; However it comes a compile error in my eclipse(indigo): public static void main(String[] args) throws IOException, InterruptedException, ClassNotFoundException { Configuration conf = new Configuration(); Str

Re: MultipleInputs.addInputPath compile error in eclipse(indigo)

2013-04-02 Thread Yanbo Liang
You set the wrong parameter NodeReducer.class which should be subclass of Mapper rather than Reducer. 2013/4/2 YouPeng Yang > HI GUYS > I want to use the the > org.apache.hadoop.mapreduce.lib.input.MultipleInputs; > > > However it comes a compile error in my eclipse(indigo): > > public sta

Re: MultipleInputs.addInputPath compile error in eclipse(indigo)

2013-04-02 Thread yypvsxf19870706
hi wow,thank you liang 发自我的 iPhone 在 2013-4-2,17:25,Yanbo Liang 写道: > You set the wrong parameter NodeReducer.class which should be subclass of > Mapper rather than Reducer. > > > 2013/4/2 YouPeng Yang >> HI GUYS >> I want to use the the org.apache.hadoop.mapreduce.lib.input.MultipleInput