Sorry, I do not get your point. What do you mean ?
On Fri, Nov 12, 2010 at 1:57 AM, maha <m...@umail.ucsb.edu> wrote: > Thanks Jeff :) How could you recall all possible readInputFile methods from > different classes? Is there like a spacial way to search Java APIs? > > Maha > On Nov 10, 2010, at 5:13 PM, Jeff Zhang wrote: > >> Use FileInputFormat.setInputPaths >> >> >> >> On Thu, Nov 11, 2010 at 5:45 AM, maha <m...@umail.ucsb.edu> wrote: >>> I'm trying to compile a mapReduce program but it says: >>> >>> X conf.setInputPath( ... >>> method setIputPath is undefined for type JobConf >>> >>> and when I checked the JobConf class within built-path external-archived >>> hadoop-0.20.2-core.jar file, the class JobConf didn't have this method. How >>> can I add it to the list ? I couldn't even edit the JobConf.class because >>> the source code is unavailable. >>> >>> any link to where is this issue handled ? >>> >>> Thanks, >>> >>> Maha >> >> >> >> -- >> Best Regards >> >> Jeff Zhang > > -- Best Regards Jeff Zhang