You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2007/06/18 15:41:26 UTC

[jira] Issue Comment Edited: (HADOOP-1484) Kill jobs from web interface

    [ https://issues.apache.org/jira/browse/HADOOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505812 ] 

Enis Soztutar edited comment on HADOOP-1484 at 6/18/07 6:40 AM:
----------------------------------------------------------------

added a Configuration option. 

{code:xml}
<property>
  <name>webinterface.private.actions</name>
  <value>false</value>
  <description> If set to true, the web interfaces of JT and NN may contain 
                actions, such as kill job, delete file, etc., that should 
                not be exposed to public. Enable this option if the interfaces 
                are only reachable by those who have the right authorization.
  </description>
</property>
{code}


 was:
added a Configuration option. 

{code:xml}
<property>
  <name>webinterface.private.actions</name>
  <value>false</value>
  <description> If set to true, the web interfaces of JT and NN may contain 
                actions, such as kill job, delete file, etc., that should 
                not be exposed to public. Enable this option if the interfaces 
                are only reachable by those who have the right authorization.
  </description>
</property>
{code:xml}

> Kill jobs from web interface
> ----------------------------
>
>                 Key: HADOOP-1484
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1484
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.14.0
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: jobdetails.jsp.html, web_ui_kill_job_v1.0.patch, web_ui_kill_job_v1.1.patch, web_ui_kill_job_v1.2.patch
>
>
> Killing job's is only possible through command line. We need killing job from the web interface. Ideally all the actions that can be done using command line tools should be available in the web interface 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.