You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Richard Ding (JIRA)" <ji...@apache.org> on 2012/06/30 02:19:42 UTC

[jira] [Updated] (HIVE-3217) Implement HiveDatabaseMetaData.getFunctions() to retrieve registered UDFs.

     [ https://issues.apache.org/jira/browse/HIVE-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Ding updated HIVE-3217:
-------------------------------

    Summary: Implement HiveDatabaseMetaData.getFunctions() to retrieve registered UDFs.   (was: Implement HiveResultSetMetaData.getFunctions() to retrieve registered UDFs. )
    
> Implement HiveDatabaseMetaData.getFunctions() to retrieve registered UDFs. 
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-3217
>                 URL: https://issues.apache.org/jira/browse/HIVE-3217
>             Project: Hive
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 0.9.0
>            Reporter: Richard Ding
>         Attachments: HIVE-3217.patch
>
>
> Hive JDBC support currently throws UnsupportedException when getFunctions() is called. Hive CL provides a SHOW FUNCTIONS command to return the names of all registered UDFs. By getting a SQL Statement from the connection, getFunctions can execute( "SHOW FUNCTIONS") to retrieve all the registered functions (including those registered through create temporary function).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira