Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 24357 invoked from network); 10 Jan 2011 04:17:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jan 2011 04:17:16 -0000 Received: (qmail 33708 invoked by uid 500); 10 Jan 2011 04:17:16 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 33593 invoked by uid 500); 10 Jan 2011 04:17:15 -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 33584 invoked by uid 500); 10 Jan 2011 04:17:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 33580 invoked by uid 99); 10 Jan 2011 04:17:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 04:17:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 04:17:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0A4Gpmo004142 for ; Mon, 10 Jan 2011 04:16:51 GMT Message-ID: <23778458.247871294633011124.JavaMail.jira@thor> Date: Sun, 9 Jan 2011 23:16:51 -0500 (EST) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-987) Hive CLI Omnibus Improvement ticket MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-987: -------------------------------- Component/s: CLI Description: Add the following features to the Hive CLI: * Command History * ReadLine support ** HIVE-120: Add readline support/support for alt-based commands in the CLI ** Java-ReadLine is LGPL, but it depends on GPL readline library. We probably need to use JLine instead. * Tab completion ** HIVE-97: tab completion for hive cli * Embedded/Standalone CLI modes, and ability to connect to different Hive Server instances. ** HIVE-818: Create a Hive CLI that connects to hive ThriftServer * .hiverc configuration file ** HIVE-920: .hiverc doesnt work * Improved support for comments. ** HIVE-430: Ability to comment desired for hive query files * Different output formats ** HIVE-49: display column header on CLI ** XML output format For additional inspiration we may want to look at the Postgres psql shell: http://www.postgresql.org/docs/8.1/static/app-psql.html Finally, it would be really cool if we implemented this in a generic fashion and spun it off as an apache-commons shell framework. It seems like most of the Apache Hadoop projects have their own shells, and I'm sure the same is true for non-Hadoop Apache projects as well. was: Add the following features to the Hive CLI: * Command History * ReadLine support ** HIVE-120: Add readline support/support for alt-based commands in the CLI ** Java-ReadLine is LGPL, but it depends on GPL readline library. We probably need to use JLine instead. * Tab completion ** HIVE-97: tab completion for hive cli * Embedded/Standalone CLI modes, and ability to connect to different Hive Server instances. ** HIVE-818: Create a Hive CLI that connects to hive ThriftServer * .hiverc configuration file ** HIVE-920: .hiverc doesnt work * Improved support for comments. ** HIVE-430: Ability to comment desired for hive query files * Different output formats ** HIVE-49: display column header on CLI ** XML output format For additional inspiration we may want to look at the Postgres psql shell: http://www.postgresql.org/docs/8.1/static/app-psql.html Finally, it would be really cool if we implemented this in a generic fashion and spun it off as an apache-commons shell framework. It seems like most of the Apache Hadoop projects have their own shells, and I'm sure the same is true for non-Hadoop Apache projects as well. > Hive CLI Omnibus Improvement ticket > ----------------------------------- > > Key: HIVE-987 > URL: https://issues.apache.org/jira/browse/HIVE-987 > Project: Hive > Issue Type: Improvement > Components: CLI > Reporter: Carl Steinbach > Attachments: HIVE-987.1.patch, sqlline-1.0.8_eb.jar > > > Add the following features to the Hive CLI: > * Command History > * ReadLine support > ** HIVE-120: Add readline support/support for alt-based commands in the CLI > ** Java-ReadLine is LGPL, but it depends on GPL readline library. We probably need to use JLine instead. > * Tab completion > ** HIVE-97: tab completion for hive cli > * Embedded/Standalone CLI modes, and ability to connect to different Hive Server instances. > ** HIVE-818: Create a Hive CLI that connects to hive ThriftServer > * .hiverc configuration file > ** HIVE-920: .hiverc doesnt work > * Improved support for comments. > ** HIVE-430: Ability to comment desired for hive query files > * Different output formats > ** HIVE-49: display column header on CLI > ** XML output format > For additional inspiration we may want to look at the Postgres psql shell: http://www.postgresql.org/docs/8.1/static/app-psql.html > Finally, it would be really cool if we implemented this in a generic fashion and spun it off as an apache-commons > shell framework. It seems like most of the Apache Hadoop projects have their own shells, and I'm sure the same is true > for non-Hadoop Apache projects as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.