I am using hadoop 1.2.1 to develop mapreduce programs. I look in hadoop 1.2.1 many of them or in general use JobConf
Object to operate the driver class. And then I need waitforcompletition
function that belongs to Job
Object.
So should I use 2 object's JobConf
and Job
in one driver class? or I just use only Job
? Or how?