Return-Path: X-Original-To: apmail-ranger-commits-archive@www.apache.org Delivered-To: apmail-ranger-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCF5218441 for ; Fri, 5 Jun 2015 15:27:37 +0000 (UTC) Received: (qmail 56949 invoked by uid 500); 5 Jun 2015 15:27:34 -0000 Delivered-To: apmail-ranger-commits-archive@ranger.apache.org Received: (qmail 56924 invoked by uid 500); 5 Jun 2015 15:27:34 -0000 Mailing-List: contact commits-help@ranger.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ranger.incubator.apache.org Delivered-To: mailing list commits@ranger.incubator.apache.org Received: (qmail 56915 invoked by uid 99); 5 Jun 2015 15:27:34 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2015 15:27:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 66531CBB9E for ; Fri, 5 Jun 2015 15:27:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2egW5JBlD1qx for ; Fri, 5 Jun 2015 15:27:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id E2A88275E7 for ; Fri, 5 Jun 2015 15:27:24 +0000 (UTC) Received: (qmail 56879 invoked by uid 99); 5 Jun 2015 15:27:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2015 15:27:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 868DCE04E6; Fri, 5 Jun 2015 15:27:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bosco@apache.org To: commits@ranger.incubator.apache.org Date: Fri, 05 Jun 2015 15:27:24 -0000 Message-Id: <2d798b4b4f5545b68bd1dc596808c491@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-ranger git commit: RANGER-261 Added /etc/hadoop/conf to CLASSPATH Repository: incubator-ranger Updated Branches: refs/heads/master b12e761db -> 83583dbe0 RANGER-261 Added /etc/hadoop/conf to CLASSPATH Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/83583dbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/83583dbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/83583dbe Branch: refs/heads/master Commit: 83583dbe0a820a432e76f34d79ad315b1a9eec86 Parents: 859f3bd Author: Don Bosco Durai Authored: Thu Jun 4 22:02:25 2015 -0700 Committer: Don Bosco Durai Committed: Fri Jun 5 08:26:48 2015 -0700 ---------------------------------------------------------------------- plugin-kafka/conf/kafka-ranger-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/83583dbe/plugin-kafka/conf/kafka-ranger-env.sh ---------------------------------------------------------------------- diff --git a/plugin-kafka/conf/kafka-ranger-env.sh b/plugin-kafka/conf/kafka-ranger-env.sh index 219353d..232e31c 100755 --- a/plugin-kafka/conf/kafka-ranger-env.sh +++ b/plugin-kafka/conf/kafka-ranger-env.sh @@ -17,4 +17,4 @@ curr_dir=`pwd` cd `dirname $0`; script_dir=`pwd`; cd $curr_dir -export CLASSPATH="$CLASSPATH:${script_dir}:/etc/kafka/conf:/usr/hdp/current/hadoop-hdfs-client/*:/usr/hdp/current/hadoop-hdfs-client/lib/*" +export CLASSPATH="$CLASSPATH:${script_dir}:/etc/kafka/conf:/usr/hdp/current/hadoop-hdfs-client/*:/usr/hdp/current/hadoop-hdfs-client/lib/*:/etc/hadoop/conf"