novice user a écrit :
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.
Hi !

I got the same warning when running jobs from Eclipse, because Eclipse weren't trying to build jars (but just .class). It didn't prevent me to test my code using the ToolRunner however. To distribute it, I wrote a ant build.xml file that built the Jar. I suppose that you could also use the export tool of Eclipse.

Good luck ^^
Brice

Reply via email to