[
https://issues.apache.org/jira/browse/HADOOP-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enis Soztutar updated HADOOP-1484:
----------------------------------
Attachment: web_ui_kill_job_v1.2.patch
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.