Description
Oozie addressed this issue upstream via introducing a per-workflow set of defaults that are coming from a set of configuration files named according to the workflow type (hive, mapred, etc.). We have to piggy back off that change by shipping the action-conf/hive.xml configuration with the following content:
<configuration> <property> <name>hadoop.bin.path</name> <value>/usr/bin/hadoop</value> </property> <property> <name>hadoop.config.dir</name> <value>/etc/hadoop/conf</value> </property> </configuration>