You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2017/03/08 20:53:07 UTC

ranger git commit: RANGER-1392: Hive test connection is failing even if jdbc.url configured is correct to ranger-0.7 branch

Repository: ranger
Updated Branches:
  refs/heads/ranger-0.7 976142ede -> 4307d3b84


RANGER-1392: Hive test connection is failing even if jdbc.url configured is correct to ranger-0.7 branch


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

Branch: refs/heads/ranger-0.7
Commit: 4307d3b84e3480cc80663bd2c8f61c83d2ddf42a
Parents: 976142e
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Wed Mar 8 12:53:00 2017 -0800
Committer: Sailaja Polavarapu <sp...@hortonworks.com>
Committed: Wed Mar 8 12:53:00 2017 -0800

----------------------------------------------------------------------
 src/main/assembly/admin-web.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/4307d3b8/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index 7a18a34..0b37400 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -74,7 +74,6 @@
               <include>org.apache.hive:hive-service:jar:${hive.version}</include>
               <include>org.apache.hive:hive-exec:jar:${hive.version}</include>
               <include>org.apache.hive:hive-jdbc:jar:${hive.version}</include>
-              <include>org.apache.hive:hive-jdbc:jar:standalone:${hive.version}</include>
               <include>org.apache.hive:hive-metastore:jar:${hive.version}</include>
             </includes>
           </dependencySet>
@@ -85,6 +84,22 @@
      </includes>
     </moduleSet>
 
+	<moduleSet>
+     <binaries>
+        <includeDependencies>true</includeDependencies>
+        <outputDirectory>/ews/webapp/WEB-INF/lib/</outputDirectory>
+        <unpack>false</unpack>
+        <directoryMode>755</directoryMode>
+        <fileMode>644</fileMode>
+        <dependencySets>
+          <dependencySet>
+            <includes>
+              <include>org.apache.hive:hive-jdbc:jar:standalone:${hive.version}</include>
+            </includes>
+          </dependencySet>
+        </dependencySets>
+     </binaries>
+    </moduleSet>
 
     <moduleSet>
      <binaries>