Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-3217

Implement HiveDatabaseMetaData.getFunctions() to retrieve registered UDFs.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.9.0
    • None
    • JDBC
    • None

    Description

      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).

      Attachments

        1. HIVE-3217.patch
          7 kB
          Richard Ding

        Issue Links

          Activity

            People

              rding Richard Ding
              rding Richard Ding
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: