Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 255E9E753 for ; Fri, 22 Feb 2013 18:38:15 +0000 (UTC) Received: (qmail 57304 invoked by uid 500); 22 Feb 2013 18:38:14 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 57258 invoked by uid 500); 22 Feb 2013 18:38:14 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 57249 invoked by uid 99); 22 Feb 2013 18:38:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 18:38:14 +0000 Date: Fri, 22 Feb 2013 18:38:14 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-9267) hadoop -help, -h, --help should show usage instructions 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/HADOOP-9267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers updated HADOOP-9267: ----------------------------------- Resolution: Fixed Fix Version/s: 2.0.4-beta Target Version/s: 2.0.4-beta Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) I've just committed this to trunk and branch-2. Thanks a lot for the contribution, Andrew. > hadoop -help, -h, --help should show usage instructions > ------------------------------------------------------- > > Key: HADOOP-9267 > URL: https://issues.apache.org/jira/browse/HADOOP-9267 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 3.0.0 > Reporter: Andrew Wang > Assignee: Andrew Wang > Priority: Minor > Fix For: 2.0.4-beta > > Attachments: hadoop-9267-1.patch, hadoop-9267-2.patch > > > It's not friendly for new users when the command line scripts don't show usage instructions when passed the defacto Unix usage flags. Imagine this sequence of commands: > {noformat} > -> % hadoop --help > Error: No command named `--help' was found. Perhaps you meant `hadoop -help' > -> % hadoop -help > Error: No command named `-help' was found. Perhaps you meant `hadoop help' > -> % hadoop help > Exception in thread "main" java.lang.NoClassDefFoundError: help > Caused by: java.lang.ClassNotFoundException: help > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > Could not find the main class: help. Program will exit. > {noformat} > Same applies for the `hdfs` script. -- 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