@Jeff, I think JobConf is already deprecated
org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob;
org.apache.hadoop.mapreduce.lib.jobcontrol.JobControl; can be used instead.

Regards
Akash Deep Shakya "OpenAK"
FOSS Nepal Community
akashakya at gmail dot com

~ Failure to prepare is preparing to fail ~



On Tue, Jun 15, 2010 at 7:28 AM, Jeff Zhang <zjf...@gmail.com> wrote:

> There's a class org.apache.hadoop.mapred.jobcontrol.Job which is a
> wapper of JobConf. And You and dependent jobs to it. Then put it to
> JobControl.
>
>
>
>
> On Mon, Jun 14, 2010 at 9:55 AM, Gang Luo <lgpub...@yahoo.com.cn> wrote:
> > Hi,
> > According to the doc, JobControl can maintain the dependency among
> different jobs and only jobs without dependency can execute. How does
> JobControl maintain the dependency and how can we indicate the dependency?
> >
> > Thanks,
> > -Gang
> >
> >
> >
> >
> >
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>

Reply via email to