[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541608#comment-14541608
 ] 

Tsuyoshi Ozawa commented on MAPREDUCE-6364:
-------------------------------------------

[~ryu_kobayashi], thank you for taking this issue. Please correct me if I'm 
wrong, but maybe you forgot replacing the last %s with attemptId?
{code}
+        stateURL =
+            String.format("/proxy/%s/ws/v1/mapreduce/jobs/%s/tasks/%s/"
+                + "attempts", appID, jobID, taskID) + "/%s/state";
{code}

IMHO, enableUIActions is preferred.
{code}
+      this.isUIActions =
+          conf.getBoolean(MRConfig.MASTER_WEBAPP_UI_ACTIONS_ENABLED,
+              MRConfig.DEFAULT_MASTER_WEBAPP_UI_ACTIONS_ENABLED);
{code}

> Add a "Kill" link to Task Attempts page
> ---------------------------------------
>
>                 Key: MAPREDUCE-6364
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6364
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Ryu Kobayashi
>            Assignee: Ryu Kobayashi
>            Priority: Minor
>         Attachments: MAPREDUCE-6364-screenshot.png, MAPREDUCE-6364.1.patch, 
> MAPREDUCE-6364.2.patch
>
>
> Add a "Kill" link to Task Attempts page. Call in the REST API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to