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:02:37 UTC

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

Repository: ranger
Updated Branches:
  refs/heads/master 5ea8062df -> 7d929b475


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


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

Branch: refs/heads/master
Commit: 7d929b4750f200366ddfc9bf3e620dd8b87b905b
Parents: 5ea8062
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Wed Mar 8 12:02:24 2017 -0800
Committer: Sailaja Polavarapu <sp...@hortonworks.com>
Committed: Wed Mar 8 12:02:24 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/7d929b47/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>