[
https://issues.apache.org/jira/browse/OOZIE-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241519#comment-13241519
]
[email protected] commented on OOZIE-793:
-----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4555/#review6531
-----------------------------------------------------------
Ship it!
+1
- Angelo K.
On 2012-03-29 12:55:38, Alejandro Abdelnur wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/4555/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2012-03-29 12:55:38)
bq.
bq.
bq. Review request for oozie.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. HiveMain is checking for HADOOP_HOME env to be defined.
bq.
bq. In Hadoop 0.23 HADOOP_HOME does not exist anymore.
bq.
bq. This check was in place because Hive requires the location of the 'hadoop'
script and the Hadoop conf/ directory and uses HADOOP_HOME to determine its
value.
bq.
bq. If HADOOP_HOME is not defined Hive fails unless the following properties
are defined in the hive-site.xml
bq.
bq. <property>
bq. <name>hadoop.bin.path</name>
bq. <value>[PATH_TO_HADOOP_ROOT]/bin/hadoop</value>
bq. </property>
bq.
bq. <property>
bq. <name>hadoop.config.dir</name>
bq. <value>[PATH_TO_HADOOP_ROOT]/conf</value>
bq. </property>
bq.
bq. leveraging OOZIE-792, this information can be set in Oozie's
conf/hadoop-conf/hive.xml
bq.
bq.
bq. This addresses bug OOZIE-793.
bq. https://issues.apache.org/jira/browse/OOZIE-793
bq.
bq.
bq. Diffs
bq. -----
bq.
bq. trunk/core/src/main/java/org/apache/oozie/action/hadoop/HiveMain.java
1306821
bq.
bq. Diff: https://reviews.apache.org/r/4555/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq.
bq. Thanks,
bq.
bq. Alejandro
bq.
bq.
> remove HiveMain check for HADOOP_HOME
> -------------------------------------
>
> Key: OOZIE-793
> URL: https://issues.apache.org/jira/browse/OOZIE-793
> Project: Oozie
> Issue Type: Bug
> Components: action
> Affects Versions: 3.2.0
> Reporter: Alejandro Abdelnur
> Assignee: Alejandro Abdelnur
> Fix For: 3.2.0
>
>
> HiveMain is checking for HADOOP_HOME env to be defined.
> In Hadoop 0.23 HADOOP_HOME does not exist anymore.
> This check was in place because Hive requires the location of the 'hadoop'
> script and the Hadoop conf/ directory and uses HADOOP_HOME to determine its
> value.
> If HADOOP_HOME is not defined Hive fails unless the following properties are
> defined in the hive-site.xml
> <property>
> <name>hadoop.bin.path</name>
> <value>[PATH_TO_HADOOP_ROOT]/bin/hadoop</value>
> </property>
> <property>
> <name>hadoop.config.dir</name>
> <value>[PATH_TO_HADOOP_ROOT]/conf</value>
> </property>
> leveraging OOZIE-792, this information can be set in Oozie's
> conf/hadoop-conf/hive.xml
--
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