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

2017-06-29 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Description: 
Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
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}

  hive.aux.udf.package.name.list
  com.sample.udf,com.test.udf

{code}
note:Your UDF function needs to add annotations @Description of 
org.apache.hadoop.hive.ql.exec.Description;

Instructions:
   1, upload your jar file to $ HIVE_HOME/auxlib
   2, configure your UDF function corresponding to the package to the following 
configuration parameters
{code:java}
   
hive.aux.udf.package.name.list
com.sample.udf
   
  {code}
   3, the configuration items need to be placed in the hive-site.xml file
   4, restart the Hive service to take effect


  was:
Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
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}

  hive.aux.udf.package.name.list
  com.sample.udf,com.test.udf

{code}

Instructions:
   1, upload your jar file to $ HIVE_HOME/auxlib
   2, configure your UDF function corresponding to the package to the following 
configuration parameters
{code:java}
   
hive.aux.udf.package.name.list
com.sample.udf
   
  {code}
   3, the configuration items need to be placed in the hive-site.xml file
   4, restart the Hive service to take effect



> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch, 
> HIVE-16929.3.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> note:Your UDF function needs to add annotations @Description of 
> org.apache.hadoop.hive.ql.exec.Description;
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-29 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Patch Available  (was: Open)

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch, 
> HIVE-16929.3.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-29 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: HIVE-16929.3.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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch, 
> HIVE-16929.3.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-29 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Open  (was: Patch Available)

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Patch Available  (was: Open)

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: HIVE-16929.2.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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: (was: HIVE-16929.2.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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: HIVE-16929.2.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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Open  (was: Patch Available)

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: (was: HIVE-16929.2.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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: HIVE-16929.2.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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Patch Available  (was: Open)

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-22 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Open  (was: Patch Available)

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, HIVE-16929.2.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-21 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Affects Version/s: (was: 2.1.0)

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-21 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Affects Version/s: 2.1.0

> 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
>Affects Versions: 2.1.0, 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-21 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Description: 
Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
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}

  hive.aux.udf.package.name.list
  com.sample.udf,com.test.udf

{code}

Instructions:
   1, upload your jar file to $ HIVE_HOME/auxlib
   2, configure your UDF function corresponding to the package to the following 
configuration parameters
{code:java}
   
hive.aux.udf.package.name.list
com.sample.udf
   
  {code}
   3, the configuration items need to be placed in the hive-site.xml file
   4, restart the Hive service to take effect


  was:
Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
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}

  hive.aux.udf.package.name.list
  com.sample.udf,com.test.udf

{code}

Instructions:
   1, upload your jar package to $ HIVE_HOME / auxlib
   2, your jar package UDF function where the package name configuration in the 
following configuration
{code:java}
   
hive.aux.udf.package.name.list
com.sample.udf,com.test.udf
   
{code}
   3, the configuration items need to be placed in the hive-site.xml file
   4, restart the Hive service to take effect



> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar file to $ HIVE_HOME/auxlib
>    2, configure your UDF function corresponding to the package to the 
> following configuration parameters
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf
>
>   {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-21 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Description: 
Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
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}

  hive.aux.udf.package.name.list
  com.sample.udf,com.test.udf

{code}

Instructions:
   1, upload your jar package to $ HIVE_HOME / auxlib
   2, your jar package UDF function where the package name configuration in the 
following configuration
{code:java}
   
hive.aux.udf.package.name.list
com.sample.udf,com.test.udf
   
{code}
   3, the configuration items need to be placed in the hive-site.xml file
   4, restart the Hive service to take effect


  was:
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}

  hive.aux.udf.package.name.list
  com.sample.udf,com.test.udf

{code}



> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch
>
>
> Add a configuration item "hive.aux.udf.package.name.list" in hive-site.xml, 
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}
> Instructions:
>    1, upload your jar package to $ HIVE_HOME / auxlib
>    2, your jar package UDF function where the package name configuration in 
> the following configuration
> {code:java}
>
> hive.aux.udf.package.name.list
> com.sample.udf,com.test.udf
>
> {code}
>    3, the configuration items need to be placed in the hive-site.xml file
>    4, restart the Hive service to take effect



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


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

2017-06-21 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: (was: invariant_functions.pdf)

> 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
>Affects Versions: 3.0.0
>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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}



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


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

2017-06-21 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Affects Version/s: 3.0.0

> 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
>Affects Versions: 3.0.0
>Reporter: ZhangBing Lin
>Assignee: ZhangBing Lin
> Attachments: HIVE-16929.1.patch, invariant_functions.pdf
>
>
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}



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


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

2017-06-21 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: invariant_functions.pdf

> 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, invariant_functions.pdf
>
>
> 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}
> 
>   hive.aux.udf.package.name.list
>   com.sample.udf,com.test.udf
> 
> {code}



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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Description: 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.  (was: 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.)

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



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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Patch Available  (was: Open)

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



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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Open  (was: Patch Available)

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



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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: HIVE-16929.1.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.



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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: (was: HIVE-16929.1.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
>
> 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.



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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Description: 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.

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



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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Attachment: HIVE-16929.1.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
>
>




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


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

2017-06-20 Thread ZhangBing Lin (JIRA)

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

ZhangBing Lin updated HIVE-16929:
-
Status: Patch Available  (was: Open)

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




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