Never mind Jeff ...  I guess your answer would be to read Hadoop manual pages 
and to keep practicing Java programming! 

 Because I'm trying to write a Hadoop program and it's taking me time to know 
which class to use for myPurpose. 

    So thanks anyways,

   Maha

On Nov 11, 2010, at 6:22 PM, Jeff Zhang wrote:

> 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

Reply via email to