You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Suhas Vasu (JIRA)" <ji...@apache.org> on 2014/12/29 11:44:13 UTC

[jira] [Closed] (FALCON-952) If hadoop home is set, use $HADOOP_HOME to set falcon classpath

     [ https://issues.apache.org/jira/browse/FALCON-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suhas Vasu closed FALCON-952.
-----------------------------

> If hadoop home is set, use $HADOOP_HOME to set falcon classpath
> ---------------------------------------------------------------
>
>                 Key: FALCON-952
>                 URL: https://issues.apache.org/jira/browse/FALCON-952
>             Project: Falcon
>          Issue Type: Bug
>          Components: build-tools
>    Affects Versions: 0.6
>            Reporter: Balu Vellanki
>            Assignee: Balu Vellanki
>             Fix For: 0.7
>
>         Attachments: FALCON-952.patch
>
>
> Falcon uses `hadoop classpath` to find the classpath to required hadoop jars. It is possible to have multiple versions of hadoop installed on falcon node. To pick the right version of hadoop, the following is suggested. 
> 1)  If HADOOP_HOME is set, use 
> {code}
> ${HADOOP_HOME}/bin/hadoop classpath`. 
> {code}
> 2) Else If `which hadoop` is not empty, use `hadoop classpath`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)