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:33:53 UTC

ranger git commit: Revert "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 4307d3b84 -> 6d96b21a3


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

This reverts commit 4307d3b84e3480cc80663bd2c8f61c83d2ddf42a.


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

Branch: refs/heads/ranger-0.7
Commit: 6d96b21a300ddb03ffc72a74b13d268e7ccf45fb
Parents: 4307d3b
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Thu Mar 9 12:33:03 2017 -0800
Committer: Sailaja Polavarapu <sp...@hortonworks.com>
Committed: Thu Mar 9 12:33:03 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/6d96b21a/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>