|
Amandeep Khurana |
at Oct 3, 2009 at 8:53 pm
|
⇧ |
| |
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 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