Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1190D9030 for ; Thu, 13 Sep 2012 00:29:07 +0000 (UTC) Received: (qmail 53251 invoked by uid 500); 13 Sep 2012 00:29:07 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 53216 invoked by uid 500); 13 Sep 2012 00:29:07 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 53198 invoked by uid 99); 13 Sep 2012 00:29:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 00:29:07 +0000 Date: Thu, 13 Sep 2012 11:29:07 +1100 (NCT) From: "Vinod Kumar Vavilapalli (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: <2128987421.72534.1347496147457.JavaMail.jiratomcat@arcas> In-Reply-To: <156893665.60593.1347315608780.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (YARN-95) DistributedShell throws an exception along with the help text. 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-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli resolved YARN-95. ----------------------------------------- Resolution: Duplicate Being fixed as part of YARN-94. > DistributedShell throws an exception along with the help text. > -------------------------------------------------------------- > > Key: YARN-95 > URL: https://issues.apache.org/jira/browse/YARN-95 > Project: Hadoop YARN > Issue Type: Bug > Components: applications/distributed-shell > Reporter: Vinod Kumar Vavilapalli > Assignee: Hitesh Shah > > {code} > $ $YARN_HOME/bin/yarn jar $YARN_HOME/share/hadoop/yarn/hadoop-yarn-applications-distributedshell-3.0.0-SNAPSHOT.jar usage: Client > -appname Application Name. Default value - > DistributedShell > .... > .... > 12/09/10 15:13:37 FATAL distributedshell.Client: Error running CLient > java.lang.IllegalArgumentException: No args specified for client to initialize > at org.apache.hadoop.yarn.applications.distributedshell.Client.init(Client.java:229) > at org.apache.hadoop.yarn.applications.distributedshell.Client.main(Client.java:160) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:208) > {code} -- 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