Re: Using JAR files located on HDFS for SerDe

2017-04-18 Thread Jason Dere
2017 8:04 AM To: user@hive.apache.org Subject: Re: Using JAR files located on HDFS for SerDe I do not think it is supported. The jar for Hive must be on a local filesystem of the Hive server (not necessarily on all nodes). On 12. Apr 2017, at 16:57, Mahdi Mohammadinasab <mah...@gmail

Re: Using JAR files located on HDFS for SerDe

2017-04-12 Thread Jörn Franke
I do not think it is supported. The jar for Hive must be on a local filesystem of the Hive server (not necessarily on all nodes). > On 12. Apr 2017, at 16:57, Mahdi Mohammadinasab wrote: > > Hello, > > I am trying to add a JAR file which is located on HDFS to be later used

Using JAR files located on HDFS for SerDe

2017-04-12 Thread Mahdi Mohammadinasab
Hello, I am trying to add a JAR file which is located on HDFS to be later used as a SerDe. This is completely possible using "ADD JAR" command but I prefer to use *hive.aux.jars.path* setting in "*hive-site.xml*" or " *HIVE_AUX_JARS_PATH*" environment variable (Because then I don't need to update