[ https://issues.apache.org/jira/browse/HIVE-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853796#comment-13853796 ]
Xuefu Zhang commented on HIVE-6047: ----------------------------------- The document looks good. I have a few questions/comments: 1. The document seems mostly about functionality. Will there be a design document as well? 2. Will there be any metastore api changes/additions? If so, it would be good to specify them here also. 3. It would be good to specify in the doc what's in line with SQL standard, which deviates from that. 4. For using a UDF on data from a different database, it seems to me that Hive should prevent from this, at least as a functional goal. Otherwise, all UDFs will be global, and db name becomes namespace, similar to java package name. 5. There seems a little inconsistency between the text and the syntax, thought a very minor point: {quote} Sets of JARs can be saved to the warehouse using CREATE JARSET. CREATE JARSET | FILESET | ARCHIVESET ... {quote} 6. Does "SHOW JARSET | FILESET | ARCHIVESET" need to specify database name? > Permanent UDFs in Hive > ---------------------- > > Key: HIVE-6047 > URL: https://issues.apache.org/jira/browse/HIVE-6047 > Project: Hive > Issue Type: Bug > Components: UDF > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: PermanentFunctionsinHive.pdf > > > Currently Hive only supports temporary UDFs which must be re-registered when > starting up a Hive session. Provide some support to register permanent UDFs > with Hive. -- This message was sent by Atlassian JIRA (v6.1.4#6159)