Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7D15D200BB9 for ; Mon, 7 Nov 2016 21:37:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 78573160AEC; Mon, 7 Nov 2016 20:37:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BE8CE160AE0 for ; Mon, 7 Nov 2016 21:36:59 +0100 (CET) Received: (qmail 8368 invoked by uid 500); 7 Nov 2016 20:36:58 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 8343 invoked by uid 99); 7 Nov 2016 20:36:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 20:36:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 772DA2C1F54 for ; Mon, 7 Nov 2016 20:36:58 +0000 (UTC) Date: Mon, 7 Nov 2016 20:36:58 +0000 (UTC) From: "Grant Sohn (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13802) Make generic options help more consistent, and aligned MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Nov 2016 20:37:00 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Sohn updated HADOOP-13802: -------------------------------- Attachment: HADOOP-13802.2.patch Removed bin/hadoop as that no longer appears in trunk. > Make generic options help more consistent, and aligned > ------------------------------------------------------ > > Key: HADOOP-13802 > URL: https://issues.apache.org/jira/browse/HADOOP-13802 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 2.6.0 > Reporter: Grant Sohn > Assignee: Grant Sohn > Priority: Trivial > Attachments: HADOOP-13802.1.patch, HADOOP-13802.2.patch > > > The generic options have always been this: > {noformat} > Generic options supported are > -conf specify an application configuration file > -D use value for given property > -fs specify a namenode > -jt specify a ResourceManager > -files specify comma separated files to be copied to the map reduce cluster > -libjars specify comma separated jar files to include in the classpath. > -archives specify comma separated archives to be unarchived on the compute machines. > The general command line syntax is > bin/hadoop command [genericOptions] [commandOptions] > {noformat} > However, almost all the hadoop command help follow an unwritten style which is similar to man page descriptions. > This is the proposed improvement. > {noformat} > Generic options supported are: > -conf specify an application configuration file > -D define a value for given property > -fs specify a namenode > -jt specify a job tracker > -files specify a comma-separated list of files to be copied to the map reduce cluster > -libjars specify a comma-separated list of jar files to be included in the classpath > -archives specify a comma-separated list of archives to be unarchived on the compute machines > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org