You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ZhangBing Lin (JIRA)" <ji...@apache.org> on 2017/06/21 01:26:00 UTC

[jira] [Commented] (HIVE-16929) User-defined UDF functions can be registered as invariant functions

    [ https://issues.apache.org/jira/browse/HIVE-16929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056785#comment-16056785 ] 

ZhangBing Lin commented on HIVE-16929:
--------------------------------------

Submit a patch

> User-defined UDF functions can be registered as invariant functions
> -------------------------------------------------------------------
>
>                 Key: HIVE-16929
>                 URL: https://issues.apache.org/jira/browse/HIVE-16929
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: ZhangBing Lin
>            Assignee: ZhangBing Lin
>         Attachments: HIVE-16929.1.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list", which is a scan corresponding to the $HIVE_HOME/auxlib/ directory jar package that contains the corresponding configuration package name under the class registered as a constant function.
> Such as,
> {code:java}
> <property>
>   <name>hive.aux.udf.package.name.list</name>
>   <value>com.sample.udf,com.test.udf</value>
> </property>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)