Re: MultipleInputs in hadoop 0.20.2

2011-08-26 Thread praveenesh kumar
>>FWIW the trunk/future-branches have new API MultipleInputs you can >>pull and include in your project Can anyone please tell me how I can do the above thing. How can I use MultipleInputs of higher hadoop version to use it in lower hadoop version. Thanks On Wed, Aug 24, 2011 at 5:50 PM, Hars

Re: MultipleInputs in hadoop 0.20.2

2011-08-24 Thread Harsh J
0.20.x supports the older API and it has been 're-deemed' as the stable one. You shouldn't face any hesitation in using it as even 0.23 would carry it (although there its properly deprecated). This is quite some confusion but I guess you still won't have some of the old API features in the new one.

MultipleInputs in hadoop 0.20.2

2011-08-24 Thread praveenesh kumar
Hello guys, I am looking to use MultipleInputs.addInputPath() method in hadoop 0.20.2. But when I am looking to its signature in the API, its like this : * public static void addInputPath(JobConf conf, Path path,