Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BCD018A77 for ; Wed, 13 May 2015 09:06:00 +0000 (UTC) Received: (qmail 59862 invoked by uid 500); 13 May 2015 09:06:00 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 59794 invoked by uid 500); 13 May 2015 09:06:00 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 59783 invoked by uid 99); 13 May 2015 09:06:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2015 09:06:00 +0000 Date: Wed, 13 May 2015 09:06:00 +0000 (UTC) From: "Ryu Kobayashi (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6364) Add a "Kill" link to Task Attempts page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541631#comment-14541631 ] Ryu Kobayashi commented on MAPREDUCE-6364: ------------------------------------------ [~ozawa] Thanks for review. {{isUIActions}} was changed to {{enableUIActions}}. Last %s, it has been used in the following: {code} .append(String.format(stateURL, ta.getId())) {code} Because the variable name is easy to mistake it was changed from {{stateURL}} to {{stateURLFormat}}. > 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, MAPREDUCE-6364.3.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)