Repository: ambari
Updated Branches:
  refs/heads/trunk ac4d262f4 -> 8e5c54076


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/8e5c5407
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8e5c5407
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8e5c5407

Branch: refs/heads/trunk
Commit: 8e5c54076dd859a8f9a0b2f098c3012b95243e58
Parents: ac4d262
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:41:58 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/8e5c5407/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