You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Peter Linnell (Commented) (JIRA)" <ji...@apache.org> on 2012/03/31 02:01:43 UTC

[jira] [Commented] (BIGTOP-500) Oozie hive workflows are broken because of the HADOOP_HOME being deprecated

    [ https://issues.apache.org/jira/browse/BIGTOP-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13242867#comment-13242867 ] 

Peter Linnell commented on BIGTOP-500:
--------------------------------------

+ LGTM
                
> 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
>
>         Attachments: BIGTOP-500.patch.txt
>
>
> 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