Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54E1210FEA for ; Fri, 27 Sep 2013 20:59:31 +0000 (UTC) Received: (qmail 12967 invoked by uid 500); 27 Sep 2013 20:58:32 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 12423 invoked by uid 500); 27 Sep 2013 20:58:21 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 11844 invoked by uid 500); 27 Sep 2013 20:58:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 11762 invoked by uid 99); 27 Sep 2013 20:58:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Sep 2013 20:58:12 +0000 Date: Fri, 27 Sep 2013 20:58:12 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5082) Beeline usage is printed twice when "beeline --help" is executed 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/HIVE-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13780388#comment-13780388 ] Hudson commented on HIVE-5082: ------------------------------ SUCCESS: Integrated in Hive-trunk-hadoop1-ptest #183 (See [https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/183/]) HIVE-5082 : Beeline usage is printed twice when beeline --help is executed (Xuefu Zhang via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1526604) * /hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLine.java > Beeline usage is printed twice when "beeline --help" is executed > ---------------------------------------------------------------- > > Key: HIVE-5082 > URL: https://issues.apache.org/jira/browse/HIVE-5082 > Project: Hive > Issue Type: Bug > Components: CLI > Affects Versions: 0.11.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Priority: Minor > Fix For: 0.13.0 > > Attachments: HIVE-5082.patch > > > {code} > bin/beeline --help > /home/xzhang/apa/hive/build/dist/bin/hive: line 189: [: : integer expression expected > Listening for transport dt_socket at address: 8000 > Usage: java org.apache.hive.cli.beeline.BeeLine > -u the JDBC URL to connect to > -n the username to connect as > -p the password to connect as > -d the driver class to use > -e query that should be executed > -f script file that should be executed > --color=[true/false] control whether color is used for display > --showHeader=[true/false] show column names in query results > --headerInterval=ROWS; the interval between which heades are displayed > --fastConnect=[true/false] skip building table/column list for tab-completion > --autoCommit=[true/false] enable/disable automatic transaction commit > --verbose=[true/false] show verbose error messages and debug info > --showWarnings=[true/false] display connection warnings > --showNestedErrs=[true/false] display nested errors > --numberFormat=[pattern] format numbers using DecimalFormat pattern > --force=[true/false] continue running script even after errors > --maxWidth=MAXWIDTH the maximum width of the terminal > --maxColumnWidth=MAXCOLWIDTH the maximum width to use when displaying columns > --silent=[true/false] be more silent > --autosave=[true/false] automatically save preferences > --outputformat=[table/vertical/csv/tsv] format mode for result display > --isolation=LEVEL set the transaction isolation level > --help display this message > Usage: java org.apache.hive.cli.beeline.BeeLine > -u the JDBC URL to connect to > -n the username to connect as > -p the password to connect as > -d the driver class to use > -e query that should be executed > -f script file that should be executed > --color=[true/false] control whether color is used for display > --showHeader=[true/false] show column names in query results > --headerInterval=ROWS; the interval between which heades are displayed > --fastConnect=[true/false] skip building table/column list for tab-completion > --autoCommit=[true/false] enable/disable automatic transaction commit > --verbose=[true/false] show verbose error messages and debug info > --showWarnings=[true/false] display connection warnings > --showNestedErrs=[true/false] display nested errors > --numberFormat=[pattern] format numbers using DecimalFormat pattern > --force=[true/false] continue running script even after errors > --maxWidth=MAXWIDTH the maximum width of the terminal > --maxColumnWidth=MAXCOLWIDTH the maximum width to use when displaying columns > --silent=[true/false] be more silent > --autosave=[true/false] automatically save preferences > --outputformat=[table/vertical/csv/tsv] format mode for result display > --isolation=LEVEL set the transaction isolation level > --help display this message > {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