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 2B58D177FA for ; Tue, 24 Mar 2015 22:35:10 +0000 (UTC) Received: (qmail 61344 invoked by uid 500); 24 Mar 2015 22:34:54 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 61299 invoked by uid 500); 24 Mar 2015 22:34:54 -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 61288 invoked by uid 99); 24 Mar 2015 22:34:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2015 22:34:54 +0000 Date: Tue, 24 Mar 2015 22:34:54 +0000 (UTC) From: "Hadoop QA (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-1621) Add CLI to list rows of MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-1621?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D14378= 805#comment-14378805 ]=20 Hadoop QA commented on YARN-1621: --------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest a= ttachment=20 http://issues.apache.org/jira/secure/attachment/12706974/YARN-1621.6.patc= h against trunk revision a16bfff. {color:green}+1 @author{color}. The patch does not contain any @author= tags. {color:green}+1 tests included{color}. The patch appears to include 3 = new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the = total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning mess= ages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:e= clipse. {color:green}+1 findbugs{color}. The patch does not introduce any new = Findbugs (version 2.0.3) warnings. {color:green}+1 release audit{color}. The applied patch does not incre= ase the total number of release audit warnings. {color:red}-1 core tests{color}. The patch failed these unit tests in = hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jo= bclient hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project= /hadoop-yarn/hadoop-yarn-client hadoop-yarn-project/hadoop-yarn/hadoop-yarn= -common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-serv= er-resourcemanager: org.apache.hadoop.mapreduce.security.TestJHSSecurity Test results: https://builds.apache.org/job/PreCommit-YARN-Build/7093//test= Report/ Console output: https://builds.apache.org/job/PreCommit-YARN-Build/7093//co= nsole This message is automatically generated. > Add CLI to list rows of > -------------------------------------------------------------------------= --------------------- > > Key: YARN-1621 > URL: https://issues.apache.org/jira/browse/YARN-1621 > Project: Hadoop YARN > Issue Type: Improvement > Affects Versions: 2.2.0 > Reporter: Tassapol Athiapinya > Assignee: Bartosz =C5=81ugowski > Attachments: YARN-1621.1.patch, YARN-1621.2.patch, YARN-1621.3.pa= tch, YARN-1621.4.patch, YARN-1621.5.patch, YARN-1621.6.patch > > > As more applications are moved to YARN, we need generic CLI to list rows = of . = Today if YARN application running in a container does hang, there is no way= to find out more info because a user does not know where each attempt is r= unning in. > For each running application, it is useful to differentiate between runni= ng/succeeded/failed/killed containers. > =20 > {code:title=3Dproposed yarn cli} > $ yarn application -list-containers -applicationId [-containerSta= te ] > where containerState is optional filter to list container in given state = only. > can be running/succeeded/killed/failed/all. > A user can specify more than one container state at once e.g. KILLED,FAIL= ED. > = =20 > {code} > CLI should work with running application/completed application. If a cont= ainer runs many task attempts, all attempts should be shown. That will like= ly be the case of Tez container-reuse application. -- This message was sent by Atlassian JIRA (v6.3.4#6332)