From yarn-issues-return-42449-apmail-hadoop-yarn-issues-archive=hadoop.apache.org@hadoop.apache.org Thu Dec 4 00:01:13 2014 Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 2FE4110CEC for ; Thu, 4 Dec 2014 00:01:13 +0000 (UTC) Received: (qmail 70554 invoked by uid 500); 4 Dec 2014 00:01:13 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 70495 invoked by uid 500); 4 Dec 2014 00:01:13 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 70481 invoked by uid 99); 4 Dec 2014 00:01:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 00:01:13 +0000 Date: Thu, 4 Dec 2014 00:01:12 +0000 (UTC) From: "Jian He (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2301) Improve yarn container command 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/YARN-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233694#comment-14233694 ] Jian He commented on YARN-2301: ------------------------------- looks good overall, - we do not need to expose the setter in RMContext interface {{public void setYarnConfiguration(Configuration yarnConfiguration);}} - changes in TestApplicationClientProtocolOnHA may be not needed. > Improve yarn container command > ------------------------------ > > Key: YARN-2301 > URL: https://issues.apache.org/jira/browse/YARN-2301 > Project: Hadoop YARN > Issue Type: Improvement > Affects Versions: 2.6.0 > Reporter: Jian He > Assignee: Naganarasimha G R > Labels: usability > Attachments: YARN-2301.01.patch, YARN-2301.03.patch, YARN-2301.20141120-1.patch, YARN-2301.20141203-1.patch, YARN-2303.patch > > > While running yarn container -list command, some observations: > 1) the scheme (e.g. http/https ) before LOG-URL is missing > 2) the start-time is printed as milli seconds (e.g. 1405540544844). Better to print as time format. > 3) finish-time is 0 if container is not yet finished. May be "N/A" > 4) May have an option to run as yarn container -list OR yarn application -list-containers also. > As attempt Id is not shown on console, this is easier for user to just copy the appId and run it, may also be useful for container-preserving AM restart. -- This message was sent by Atlassian JIRA (v6.3.4#6332)