Select Column, UDF(Column) from table Column is also been converted to UDF(Column)

2016-08-23 Thread Fan Xu
Hi, I have been using Hive UDF for a while, and in hive 1.* versions, I found original column is been overwritten. Is this a hive bug? If true, in which of the versions are fixed? Thanks, Fan

Re: hive.aux.jars.path question

2016-07-06 Thread Fan Xu
hive.aux.jars.path question Just copied. Didn't help. Do I need to restart nodes? On Wed, Jul 6, 2016 at 5:20 PM, Fan Xu mailto:fan...@dataguise.com>> wrote: Got similar issues. I have tried to point hive.aux.jars.path to a local/hdfs locations, none of them works. I could not find a w

Re: hive.aux.jars.path question

2016-07-06 Thread Fan Xu
Yes, we need to restart hiveserver in Ambari From: Igor Kravzov Sent: Wednesday, July 6, 2016 2:36:41 PM To: user@hive.apache.org Subject: Re: hive.aux.jars.path question Just copied. Didn't help. Do I need to restart nodes? On Wed, Jul 6, 2016 at 5:20 PM

Re: hive.aux.jars.path question

2016-07-06 Thread Fan Xu
Got similar issues. I have tried to point hive.aux.jars.path to a local/hdfs locations, none of them works. I could not find a way to make hive.aux.jars.path work, would it be a bug? The only way I made it work is to add my jar to {hive_home}/lib/ Thanks, Fan __

Any idea on setting up UDF when hive.security.authorization.enabled=TRUE

2016-02-05 Thread Fan Xu
Hi, Our custom jar is blocked when hive.security.authorization.enable parameter is turned on. I know the parameter is to designed to disable the hive client authorization. But when we have to turn on this parameter, do we still have a way to add our custom jar? Thanks, Fan