|
|
-
Specifying the MR jar filePraveen Sripati 2011-10-12, 04:58
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 |