Re: Errors about MRunit

2013-04-20 Thread Hemanth Yamijala
+ user@ Please do continue the conversation on the mailing list, in case others like you can benefit from / contribute to the discussion Thanks Hemanth On Sat, Apr 20, 2013 at 5:32 PM, Hemanth Yamijala wrote: > Hi, > > My code is working with having mrunit-0.9.0-incubating-hadoop1.jar as a > d

Re: Errors about MRunit

2013-04-20 Thread Hemanth Yamijala
Hi, If your goal is to use the new API, I am able to get it to work with the following maven configuration: org.apache.mrunit mrunit 0.9.0-incubating hadoop1 If I switch with classifier hadoop2, I get the same errors as what you facing. Thanks Hemanth On Sat,

Errors about MRunit

2013-04-20 Thread 姚吉龙
Hi Everyone I am testing my MR programe with MRunit, it's version is mrunit-0.9.0-incubating-hadoop2. My hadoop version is 1.0.4 The error trace is below: java.lang.IncompatibleClassChangeError: Found class org.apache.hadoop.mapreduce.TaskInputOutputContext, but interface was expected at org.apac