Re: How to specify Hive auxiliary jar in HDFS, not local file system

2013-12-03 Thread mpeterson2
Thanks. I just got an Oozie Hive action set up to test on a single node cluster and putting ADD JAR /path/to/hdfs/location in the hive script worked. Hopefully I won't hit any issues when I try it on a multi-node cluster. On Mon, Dec 2, 2013 at 5:37 PM, Adam Kawa kawa.a...@gmail.com wrote:

How to specify Hive auxiliary jar in HDFS, not local file system

2013-12-02 Thread mpeterson2
Is it possible to specify a Hive auxiliary jar (like a SerDe) that is in HDFS rather than the local fileystem? I am using a CsvSerDe I wrote and when I specify it Hive hive.aux.jars.path with a local file system path it works: hive -hiveconf

Re: How to specify Hive auxiliary jar in HDFS, not local file system

2013-12-02 Thread Adam Kawa
You can use ADD JAR command inside a Hive script and a parameter in Oozie workflow definition. Example is here: http://blog.cloudera.com/blog/2013/01/how-to-schedule-recurring-hadoop-jobs-with-apache-oozie/ 2013/12/2 mpeters...@gmail.com Is it possible to specify a Hive auxiliary jar (like a