Re: Regarding MultipleInputs.addInputPath

2011-12-28 Thread Harsh J
Ensure you are sticking with either new API or old API. I'm sure you have your imports for the Input/Output formats mixed with mapred.* and mapreduce.* stuff. Stabilizing that will fix it. In future, please send user mail to common-u...@hadoop.apache.org and not common-dev, which is for develop

Regarding MultipleInputs.addInputPath

2011-12-28 Thread Bhavesh Shah
Hello, I am using the class MultipleInputs class in Map-Rduce program. Syntax is :         MultipleInputs.addInputPath(job, path, inputFormatClass)    or         MultipleInputs.addInputPath(job, path, inputFormatClass, mapperClass) I have used as: MultipleInputs.addInputPath(conf, new Path("hdfs: