Amandeep , Thanks for your reply , but i can't find functions such as "addDependantJob()" etc in mapreduce package, They are present in mapred.jobcontrol.Job , Are they removed or replaced by some other functions in 0.20.0
Thanks bharath.v On Sun, Oct 4, 2009 at 2:22 AM, Amandeep Khurana <[email protected]> wrote: > The mapred package was prevalent till the 0.19 versions.. From 0.20 > onwards, > we are using the mapreduce package. mapred is deprecated in 0.20 and will > be > phased out in the future releases.. So, use the mapreduce package... > > -ak > > > Amandeep Khurana > Computer Science Graduate Student > University of California, Santa Cruz > > > On Sat, Oct 3, 2009 at 11:03 AM, bharath vissapragada < > [email protected]> wrote: > > > Hi all, > > > > Whats the difference between the Job classes present in > > > > o.a.h.mapred.jobcontrol and o.a.h.mapreduce .. > > > > Both have different types of constructors , different functions etc.. > > > > Which one should we use in out MR programs.. > > > > Thanks > > >
