Oozie hive workflows are broken because of the HADOOP_HOME being deprecated
---------------------------------------------------------------------------
Key: BIGTOP-500
URL: https://issues.apache.org/jira/browse/BIGTOP-500
Project: Bigtop
Issue Type: Bug
Components: General
Affects Versions: 0.4.0
Reporter: Roman Shaposhnik
Assignee: Roman Shaposhnik
Fix For: 0.4.0
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:
{noformat}
<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>
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira