RE: Error when executing a WordCount Program

2014-09-11 Thread YIMEN YIMGA Gael
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

RE: Error when executing a WordCount Program

2014-09-10 Thread YIMEN YIMGA Gael
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

2014-09-10 Thread YIMEN YIMGA Gael
: 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

Re: Error when executing a WordCount Program

2014-09-10 Thread Chris MacKenzie
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

Re: Error when executing a WordCount Program

2014-09-10 Thread Shahab Yunus
*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