You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2015/04/09 10:38:18 UTC

incubator-ranger git commit: RANGER-384: Ranger hive lookup and test connection issue due to hive-jdbc.jar wrong version in ranger admin

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 785fe3d4c -> 405b3e6a8


RANGER-384: Ranger hive lookup and test connection issue due to hive-jdbc.jar wrong version in ranger admin


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

Branch: refs/heads/master
Commit: 405b3e6a8835c4f2036a9596570759fa64210aff
Parents: 785fe3d
Author: rmani <rm...@hortonworks.com>
Authored: Thu Apr 9 01:38:09 2015 -0700
Committer: rmani <rm...@hortonworks.com>
Committed: Thu Apr 9 01:38:09 2015 -0700

----------------------------------------------------------------------
 hive-agent/pom.xml              | 2 +-
 src/main/assembly/admin-web.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/405b3e6a/hive-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index 752b37b..9118f16 100644
--- a/hive-agent/pom.xml
+++ b/hive-agent/pom.xml
@@ -99,7 +99,7 @@
     <dependency>
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-jdbc</artifactId>
-	  <version>1.1.0</version>
+	  <version>${hive.version}</version>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/405b3e6a/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index fe96e02..fb5060c 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -73,7 +73,7 @@
               <include>org.apache.hive:hive-common:jar:${hive.version}</include>
               <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</include>
+              <include>org.apache.hive:hive-jdbc:jar:${hive.version}</include>
               <include>org.apache.hive:hive-metastore:jar:${hive.version}</include>
             </includes>
           </dependencySet>