Hi, What is the difference between specifying the jar file using JobConf API and the 'hadoop jar' command?
JobConf conf = new JobConf(getConf(), getClass()); bin/hadoop jar /home/praveensripati/Hadoop/MaxTemperature/MaxTemperature.jar MaxTemperature /user/praveensripati/input /user/praveensripati/output Thanks, Praveen