Adding JAR in Hive classpath

2015-09-04 Thread Akansha Jain
Hi All, I am facing an issue with the Hive classpath. I have written a UDAF which is using common maths 3.3 version. So, while creating temporary function I first add common maths 3.3 and then UDAF jar and create temporary function. There is another version of common math 3.1 present under

Re: Adding JAR in Hive classpath

2015-09-04 Thread Sathi Chowdhury
I had a similar problem with one of out udf libs using commons-lang3… The only way it worked was to create a fat jar with shaded class of and place it under hdfs …. How you will shade , an example below false

RE: Adding JAR in Hive classpath

2015-09-04 Thread Mich Talebzadeh
Put your JAR file ahead of HADDOP in CLASSPATH in your shell startup file unset CLASSPATH CLASSPATH=.:MYLIBRARY:$HADOOP_HOME/share/hadoop/common/hadoop-common-2.6.0- .. Or Rename version 3.1 under HADOOP_HOME\lib to something else, ensuring that is no longer in the CLASSPATH echo

Re: Local hivemetastore service

2015-09-04 Thread Jerrick Hoang
Turns out I just had my hive-site configured incorrectly, nvm :p On Thu, Sep 3, 2015 at 10:12 PM, Jerrick Hoang wrote: > Hi all, > > > So I have a machine that has hive installed, the actual hivemetastore > rdbms is installed in a remote machine. I started hive metastore

unsubscribe

2015-09-04 Thread Sasha Ostrikov
unsubscribe

Re: unsubscribe

2015-09-04 Thread Lefty Leverenz
Sasha, to unsubscribe please send a message to user-unsubscr...@hive.apache.org as described here: Mailing Lists . Thanks. -- Lefty On Fri, Sep 4, 2015 at 2:44 AM, Sasha Ostrikov wrote: > unsubscribe >