答复: Launcher exception: java.lang.NoClassDefFoundError: org/apache/hadoop/hive/conf/HiveConf

2016-09-09 Thread Huang Meilong
Thank you Peter, it's helpful. I installed sharelib via command: su -l oozie -c "${OOZIE_HOME}/bin/oozie-setup.sh sharelib create -fs hdfs://localhost:9000" and there are some jars but hive-exec.jar is not there (hive-exec.jar is in /lib/lib_xxx/hive not int /lib/lib_xxx/hive2). How can I inst

答复: Launcher exception: java.lang.NoClassDefFoundError: org/apache/hadoop/hive/conf/HiveConf

2016-09-09 Thread Huang Meilong
Thank you Peter, it's helpful. I installed share lib via command: su -l oozie -c "${OOZIE_HOME}/bin/oozie-setup.sh sharelib create -fs hdfs://localhost:9000" and there are some jars but hive-exec.jar is not there (hive-exec.jar is in /lib/lib_xxx/hive not int /lib/lib_xxx/hive2). How can I ins

Re: Launcher exception: java.lang.NoClassDefFoundError: org/apache/hadoop/hive/conf/HiveConf

2016-09-09 Thread Peter Cseh
Hi, It looks like the org.apache.hadoop.hive.conf.HiveConf class is missing from the classpath when the action runs. Can you check the output of the oozie admin -shareliblist hive2 and check that the hive-exec.jar is there? You can find more information about the sharelib and how to install it he