You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jl...@apache.org on 2015/04/24 19:52:06 UTC

ambari git commit: AMBARI-10676: Patch for implementing DB connectivity (Velmurugan Periasamy via jluniya)

Repository: ambari
Updated Branches:
  refs/heads/trunk 4bd764ed7 -> 673a2d080


AMBARI-10676: Patch for implementing DB connectivity (Velmurugan Periasamy via jluniya)


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

Branch: refs/heads/trunk
Commit: 673a2d080825976290c787104335ce4e60dad8c7
Parents: 4bd764e
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Fri Apr 24 10:52:02 2015 -0700
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Fri Apr 24 10:52:02 2015 -0700

----------------------------------------------------------------------
 .../RANGER/0.4.0/configuration/ranger-env.xml           | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/673a2d08/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml
index f050363..50ed09d 100644
--- a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml
+++ b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml
@@ -80,4 +80,16 @@
     <description>Oracle Home needs to be set to path where oracle is installed, this will help install Ranger Admin when used with Oracle as database.</description>
   </property>  
 
+  <property><!-- #for DB Test connection command -->
+    <name>ranger_jdbc_connection_url</name>
+    <value>jdbc:mysql://localhost</value>
+    <description>Ranger JDBC connection url, mainly used for database test connection</description>
+  </property>
+
+  <property>
+    <name>ranger_jdbc_driver</name>
+    <value>com.mysql.jdbc.Driver</value>
+    <description>Ranger JDBC driver, mainly used for database test connection</description>
+  </property>
+
 </configuration>
\ No newline at end of file