Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 17248 invoked from network); 26 Jul 2009 06:13:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 06:13:34 -0000 Received: (qmail 1260 invoked by uid 500); 26 Jul 2009 06:14:39 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 1208 invoked by uid 500); 26 Jul 2009 06:14:39 -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 1190 invoked by uid 99); 26 Jul 2009 06:14:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 06:14:38 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 06:14:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CDF61234C004 for ; Sat, 25 Jul 2009 23:14:14 -0700 (PDT) Message-ID: <1573695041.1248588854829.JavaMail.jira@brutus> Date: Sat, 25 Jul 2009 23:14:14 -0700 (PDT) From: "Scott Chen (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-580) command to list available UDF names In-Reply-To: <1574222584.1245881587408.JavaMail.jira@brutus> 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-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Chen updated HIVE-580: ---------------------------- Attachment: hive-580-2009-07-25.patch "SHOW FUNCTIONS;" will list all the udf. "SHOW FUNCTIONS 'regular expression string';" will list all the udf matches the regular expression. Most of the logic in this patch follows "SHOW TABLE". > command to list available UDF names > ----------------------------------- > > Key: HIVE-580 > URL: https://issues.apache.org/jira/browse/HIVE-580 > Project: Hadoop Hive > Issue Type: New Feature > Components: Clients, Documentation > Reporter: Larry Ogrodnek > Assignee: Scott Chen > Attachments: hive-580-2009-07-15.patch, hive-580-2009-07-25.patch > > > It would be great if there was some way to list all available UDF names in the CLI. > Ideally, there would be some way for the UDFs themselves to provide a description/help that could also be displayed. > Would also be nice if the UDF names were available for auto-completion (HIVE-97). > As a start, just having the names available would be great. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.