You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Bill Au <bi...@gmail.com> on 2009/02/02 22:55:39 UTC

Re: job management in Hadoop

Thanks.  I see that ACL is implemented in 0.19.0.  I think that's only for
job management from the command line, right?  Is there any ACL for
the web interface?

Bill

On Fri, Jan 30, 2009 at 6:23 PM, Bhupesh Bansal <bb...@linkedin.com>wrote:

> Bill,
>
> Currently you can kill the job from the UI.
> You have to enable the config in hadoop-default.xml
>
>  <name>webinterface.private.actions</name> to be true
>
> Best
> Bhupesh
>
>
> On 1/30/09 3:23 PM, "Bill Au" <bi...@gmail.com> wrote:
>
> > Thanks.
> >
> > Anyone knows if there is plan to add this functionality to the web UI
> like
> > job priority can be changed from both the command line and the web UI?
> >
> > Bill
> >
> > On Fri, Jan 30, 2009 at 5:54 PM, Arun C Murthy <ac...@yahoo-inc.com>
> wrote:
> >
> >>
> >> On Jan 30, 2009, at 2:41 PM, Bill Au wrote:
> >>
> >>  Is there any way to cancel a job after it has been submitted?
> >>>
> >>>
> >> bin/hadoop job -kill <jobid>
> >>
> >> Arun
> >>
>
>