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/24 18:56:31 UTC

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

Repository: ranger
Updated Branches:
  refs/heads/ranger-0.7 b0e364cde -> 04be201cc


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


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

Branch: refs/heads/ranger-0.7
Commit: 04be201cc561efccf7b2c37bff1858dddcdcfbc9
Parents: b0e364c
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Fri Mar 24 11:14:39 2017 -0700
Committer: Sailaja Polavarapu <sp...@hortonworks.com>
Committed: Fri Mar 24 11:14:39 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/04be201c/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index 7a18a34..40ec368 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>