Hello dear all,
Regarding the issue below, I succeded to fix the following warning
14/09/10 15:00:24 WARN mapred.JobClient: No job jar file set. User classes may
not be found. See JobConf(Class) or JobConf#setJar(String).
But the main error is still persisting.
14/09/10 15:00:24 ERROR securit
program.
Please could you look into my code and advise please ?
Standing by …
Warm regards
From: Shahab Yunus [mailto:shahab.yu...@gmail.com]
Sent: Wednesday 10 September 2014 15:19
To: user@hadoop.apache.org
Subject: Re: Error when executing a WordCount Program
hdfs://latdevweb02:9000/home/hadoop
: Re: Error when executing a WordCount Program
Hi have you set a class in your code ?
WARN mapred.JobClient: No job jar file set. User classes may not be found. See
JobConf(Class) or JobConf#setJar(String).
Also you need to check the path for your input file
Input path does not exist: hdfs
Hi have you set a class in your code ?
>> WARN mapred.JobClient: No job jar file set. User classes may not be found.
>> See JobConf(Class) or JobConf#setJar(String).
>>
Also you need to check the path for your input file
>> Input path does not exist: hdfs://latdevweb02:9000/home/hadoop/hadoo
*hdfs://latdevweb02:9000/home/hadoop/hadoop/input*
is this is a valid path on hdfs? Can you access this path outside of the
program? For example using hadoop fs -ls command? Also, was this path and
files in it, created by a different user?
The exception seem to say that it does not exist or the r