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/09 20:35:05 UTC

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

Repository: ranger
Updated Branches:
  refs/heads/master 0492cd578 -> a15a0bd81


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

This reverts commit 7d929b4750f200366ddfc9bf3e620dd8b87b905b.


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

Branch: refs/heads/master
Commit: a15a0bd8157fba6b946ea701589f401dcd914475
Parents: 0492cd5
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Thu Mar 9 12:34:51 2017 -0800
Committer: Sailaja Polavarapu <sp...@hortonworks.com>
Committed: Thu Mar 9 12:34:51 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/a15a0bd8/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index 0b37400..7a18a34 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -74,6 +74,7 @@
               <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>
@@ -84,22 +85,6 @@
      </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>