Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2718610E0A for ; Wed, 17 Dec 2014 05:42:35 +0000 (UTC) Received: (qmail 74986 invoked by uid 500); 17 Dec 2014 05:42:35 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 74941 invoked by uid 500); 17 Dec 2014 05:42:35 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 74930 invoked by uid 99); 17 Dec 2014 05:42:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 05:42:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Dec 2014 05:42:34 +0000 Received: (qmail 74392 invoked by uid 99); 17 Dec 2014 05:42:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 05:42:13 +0000 Date: Wed, 17 Dec 2014 05:42:13 +0000 (UTC) From: "Shwetha G S (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-952) If hadoop home is set, use $HADOOP_HOME to set falcon classpath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249515#comment-14249515 ] Shwetha G S commented on FALCON-952: ------------------------------------ +1 > 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)