You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2017/02/21 09:15:07 UTC

ranger git commit: Revert "RANGER-1387:Remove unused SQL_CONNECTOR_JAR in install.properties of ranger plugin"

Repository: ranger
Updated Branches:
  refs/heads/master 72f8f093d -> 390b97a5a


Revert "RANGER-1387:Remove unused SQL_CONNECTOR_JAR in install.properties of ranger plugin"

This reverts commit 72f8f093dc5d67ca8d7bf408953f7422de422b48.


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/390b97a5
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/390b97a5
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/390b97a5

Branch: refs/heads/master
Commit: 390b97a5a05f58fac969a6950474652be8577bd0
Parents: 72f8f09
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Feb 21 09:14:50 2017 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Feb 21 09:14:50 2017 +0000

----------------------------------------------------------------------
 hbase-agent/scripts/install.properties  | 9 +++++++++
 hdfs-agent/scripts/install.properties   | 9 +++++++++
 hive-agent/scripts/install.properties   | 9 +++++++++
 knox-agent/scripts/install.properties   | 9 +++++++++
 plugin-atlas/scripts/install.properties | 9 +++++++++
 plugin-kafka/scripts/install.properties | 9 +++++++++
 plugin-solr/scripts/install.properties  | 9 +++++++++
 plugin-yarn/scripts/install.properties  | 9 +++++++++
 storm-agent/scripts/install.properties  | 9 +++++++++
 9 files changed, 81 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/hbase-agent/scripts/install.properties
----------------------------------------------------------------------
diff --git a/hbase-agent/scripts/install.properties b/hbase-agent/scripts/install.properties
index 54587a8..aca57bb 100644
--- a/hbase-agent/scripts/install.properties
+++ b/hbase-agent/scripts/install.properties
@@ -22,6 +22,15 @@
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/hdfs-agent/scripts/install.properties
----------------------------------------------------------------------
diff --git a/hdfs-agent/scripts/install.properties b/hdfs-agent/scripts/install.properties
index 1d54025..148d2ba 100644
--- a/hdfs-agent/scripts/install.properties
+++ b/hdfs-agent/scripts/install.properties
@@ -22,6 +22,15 @@
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/hive-agent/scripts/install.properties
----------------------------------------------------------------------
diff --git a/hive-agent/scripts/install.properties b/hive-agent/scripts/install.properties
index 2c109af..9f88524 100644
--- a/hive-agent/scripts/install.properties
+++ b/hive-agent/scripts/install.properties
@@ -22,6 +22,15 @@
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/knox-agent/scripts/install.properties
----------------------------------------------------------------------
diff --git a/knox-agent/scripts/install.properties b/knox-agent/scripts/install.properties
index d2dbbc3..dbf1e11 100644
--- a/knox-agent/scripts/install.properties
+++ b/knox-agent/scripts/install.properties
@@ -22,6 +22,15 @@
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/plugin-atlas/scripts/install.properties
----------------------------------------------------------------------
diff --git a/plugin-atlas/scripts/install.properties b/plugin-atlas/scripts/install.properties
index 0962ab0..b339d26 100644
--- a/plugin-atlas/scripts/install.properties
+++ b/plugin-atlas/scripts/install.properties
@@ -22,6 +22,15 @@
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/plugin-kafka/scripts/install.properties
----------------------------------------------------------------------
diff --git a/plugin-kafka/scripts/install.properties b/plugin-kafka/scripts/install.properties
index 6b01aed..e5cf664 100644
--- a/plugin-kafka/scripts/install.properties
+++ b/plugin-kafka/scripts/install.properties
@@ -25,6 +25,15 @@ COMPONENT_INSTALL_DIR_NAME=../kafka
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/plugin-solr/scripts/install.properties
----------------------------------------------------------------------
diff --git a/plugin-solr/scripts/install.properties b/plugin-solr/scripts/install.properties
index 48a9af2..9073e8e 100644
--- a/plugin-solr/scripts/install.properties
+++ b/plugin-solr/scripts/install.properties
@@ -25,6 +25,15 @@ COMPONENT_INSTALL_DIR_NAME=/opt/solr/server
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/plugin-yarn/scripts/install.properties
----------------------------------------------------------------------
diff --git a/plugin-yarn/scripts/install.properties b/plugin-yarn/scripts/install.properties
index 9c11271..3825125 100644
--- a/plugin-yarn/scripts/install.properties
+++ b/plugin-yarn/scripts/install.properties
@@ -22,6 +22,15 @@
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example:

http://git-wip-us.apache.org/repos/asf/ranger/blob/390b97a5/storm-agent/scripts/install.properties
----------------------------------------------------------------------
diff --git a/storm-agent/scripts/install.properties b/storm-agent/scripts/install.properties
index 7aaa32f..f3a0693 100644
--- a/storm-agent/scripts/install.properties
+++ b/storm-agent/scripts/install.properties
@@ -22,6 +22,15 @@
 POLICY_MGR_URL=
 
 #
+# Location of db client library (please check the location of the jar file)
+#
+# Example:
+# SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+# SQL_CONNECTOR_JAR=/usr/share/java/ojdbc6.jar
+#
+SQL_CONNECTOR_JAR=/usr/share/java/mysql-connector-java.jar
+
+#
 # This is the repository name created within policy manager
 #
 # Example: