Hey Girish,

The 'job control' package is a special purpose one and has been
documented here:
http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapreduce/lib/jobcontrol/JobControl.html

When wanting to create a simple job, use the
org.apache.hadoop.mapreduce.Job object instead, not the jobcontrol
package class with the same name.

On Sat, Jun 16, 2012 at 11:57 AM, Girish Ravi <giri...@srmtech.com> wrote:
> Hi All,
>
> I am trying to implement some MapReduce.
>
> At one point I see there are different ways of creating Job:
> org.apache.hadoop.mapreduce.Job
> and
> org.apache.hadoop.mapred.jobcontrol.Job
>
> What's the difference between these?
> Which should be used and when? Any suggestions?
>
> Regards
> Girish
> Ph: +91-9916212114



-- 
Harsh J

Reply via email to