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/tag-policy Commit: 83583dbe0a820a432e76f34d79ad315b1a9eec86 Parents: 859f3bd Author: Don Bosco Durai <[email protected]> Authored: Thu Jun 4 22:02:25 2015 -0700 Committer: Don Bosco Durai <[email protected]> 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"
