Hi, I am running a simple code and I am getting error as " No job jar file set. User classes may not be found. See JobConf(Class) or JobConf#setJar(String)". I am not able to figure what would have gone wrong. Some details of the problem are: I have recently upgraded hadoop to 0.17. I have set new JobConf(Sample.class). Where Sample.class is the class from where I am running this job. also tried with jobconf.setJarByClass(Sample.class) too.
Can some one please help me in this regard? Thanks -- View this message in context: http://www.nabble.com/Getting--%22No-job-jar-file-set.--User-classes-may-not-be-found.%22-error-when-running-a-map-reduce-job-in-hadoop-0.17-tp17730028p17730028.html Sent from the Hadoop core-user mailing list archive at Nabble.com.
