Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 36074 invoked from network); 14 Dec 2009 19:19:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 19:19:43 -0000 Received: (qmail 75577 invoked by uid 500); 14 Dec 2009 19:19:43 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 75554 invoked by uid 500); 14 Dec 2009 19:19:43 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 75544 invoked by uid 99); 14 Dec 2009 19:19:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 19:19:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 19:19:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D80EB234C498 for ; Mon, 14 Dec 2009 11:19:18 -0800 (PST) Message-ID: <1586492386.1260818358867.JavaMail.jira@brutus> Date: Mon, 14 Dec 2009 19:19:18 +0000 (UTC) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Created: (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 Hive CLI Omnibus Improvement ticket ----------------------------------- Key: HIVE-987 URL: https://issues.apache.org/jira/browse/HIVE-987 Project: Hadoop Hive Issue Type: Improvement Reporter: Carl Steinbach 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.