Re: job management in Hadoop

2009-02-02 Thread Bill Au
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 wrote:

> Bill,
>
> Currently you can kill the job from the UI.
> You have to enable the config in hadoop-default.xml
>
>  webinterface.private.actions to be true
>
> Best
> Bhupesh
>
>
> On 1/30/09 3:23 PM, "Bill Au"  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 
> 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 
> >>
> >> Arun
> >>
>
>


Re: job management in Hadoop

2009-01-30 Thread Bhupesh Bansal
Bill, 

Currently you can kill the job from the UI.
You have to enable the config in hadoop-default.xml

  webinterface.private.actions to be true

Best
Bhupesh


On 1/30/09 3:23 PM, "Bill Au"  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  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 
>> 
>> Arun
>> 



Re: job management in Hadoop

2009-01-30 Thread Bill Au
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  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 
>
> Arun
>


Re: job management in Hadoop

2009-01-30 Thread Arun C Murthy


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 

Arun


job management in Hadoop

2009-01-30 Thread Bill Au
Is there any way to cancel a job after it has been submitted?

Bill