From yarn-issues-return-3832-apmail-hadoop-yarn-issues-archive=hadoop.apache.org@hadoop.apache.org Mon Feb 25 18:24:13 2013 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 037C3EE66 for ; Mon, 25 Feb 2013 18:24:13 +0000 (UTC) Received: (qmail 35940 invoked by uid 500); 25 Feb 2013 18:24:12 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 35899 invoked by uid 500); 25 Feb 2013 18:24:12 -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 35890 invoked by uid 99); 25 Feb 2013 18:24:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 18:24:12 +0000 Date: Mon, 25 Feb 2013 18:24:12 +0000 (UTC) From: "Abhishek Kapoor (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-379) yarn [node,application] command print logger info messages 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-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Kapoor updated YARN-379: --------------------------------- Attachment: YARN-379.patch Please review the code. Many Thanks > yarn [node,application] command print logger info messages > ---------------------------------------------------------- > > Key: YARN-379 > URL: https://issues.apache.org/jira/browse/YARN-379 > Project: Hadoop YARN > Issue Type: Bug > Components: client > Affects Versions: 2.0.3-alpha > Reporter: Thomas Graves > Assignee: Abhishek Kapoor > Labels: usability > Fix For: trunk-win > > Attachments: YARN-379.patch > > > Running the yarn node and yarn applications command results in annoying log info messages being printed: > $ yarn node -list > 13/02/06 02:36:50 INFO service.AbstractService: Service:org.apache.hadoop.yarn.client.YarnClientImpl is inited. > 13/02/06 02:36:50 INFO service.AbstractService: Service:org.apache.hadoop.yarn.client.YarnClientImpl is started. > Total Nodes:1 > Node-Id Node-State Node-Http-Address Health-Status(isNodeHealthy) Running-Containers > foo:8041 RUNNING foo:8042 true 0 > 13/02/06 02:36:50 INFO service.AbstractService: Service:org.apache.hadoop.yarn.client.YarnClientImpl is stopped. > $ yarn application > 13/02/06 02:38:47 INFO service.AbstractService: Service:org.apache.hadoop.yarn.client.YarnClientImpl is inited. > 13/02/06 02:38:47 INFO service.AbstractService: Service:org.apache.hadoop.yarn.client.YarnClientImpl is started. > Invalid Command Usage : > usage: application > -kill Kills the application. > -list Lists all the Applications from RM. > -status Prints the status of the application. > 13/02/06 02:38:47 INFO service.AbstractService: Service:org.apache.hadoop.yarn.client.YarnClientImpl is stopped. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira