Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 c4e9c5077 -> 0ebf58bfc


AMBARI-12369 - if audit to DB is made true for hdfs then namenode is not able 
to connect to mysql DB (jonathanhurley)


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

Branch: refs/heads/branch-2.1
Commit: 0ebf58bfc1e6f9ad0e780f11b3e3b849d331d3d0
Parents: c4e9c50
Author: Jonathan Hurley <jhur...@hortonworks.com>
Authored: Thu Jul 9 23:29:32 2015 -0400
Committer: Jonathan Hurley <jhur...@hortonworks.com>
Committed: Fri Jul 10 11:42:59 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/0ebf58bf/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
index 73e46a6..3b332ad 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
@@ -142,6 +142,8 @@ do
   JAVA_JDBC_LIBS=${JAVA_JDBC_LIBS}:$jarFile
 done
 
+export HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:${JAVA_JDBC_LIBS}
+
 # Setting path to hdfs command line
 export HADOOP_LIBEXEC_DIR={{hadoop_libexec_dir}}
 

Reply via email to