You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2014/11/06 23:44:59 UTC

ambari git commit: AMBARI-8194. Remove current references in PATH for hadoop env. (mahadev)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 c75578a41 -> 48fcb344c


AMBARI-8194. Remove current references in PATH for hadoop env. (mahadev)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/48fcb344
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/48fcb344
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/48fcb344

Branch: refs/heads/branch-1.7.0
Commit: 48fcb344c4ed404d476be4c211638fc6e68b5aed
Parents: c75578a
Author: Mahadev Konar <ma...@apache.org>
Authored: Thu Nov 6 14:44:45 2014 -0800
Committer: Mahadev Konar <ma...@apache.org>
Committed: Thu Nov 6 14:44:45 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/48fcb344/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
index 929e9c9..461204b 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
@@ -131,7 +131,7 @@ fi
 export HADOOP_LIBEXEC_DIR={{hadoop_libexec_dir}}
 
 # Mostly required for hadoop 2.0
-export JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH}:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64
+export JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH}
 
 export HADOOP_OPTS="-Dhdp.version=$HDP_VERSION $HADOOP_OPTS"