Repository: drill
Updated Branches:
  refs/heads/master 5a4ad2a88 -> f3c26e34e


DRILL-4894: Fix unit test failure in 'storage-hive/core' module

Exclude 'hadoop-mapreduce-client-core' and 'hadoop-auth' as transitive 
dependencies from 'hbase-server'


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

Branch: refs/heads/master
Commit: f3c26e34e3a72ef338c4dbca1a0204f342176972
Parents: 5a4ad2a
Author: Aditya Kishore <a...@apache.org>
Authored: Fri Sep 16 12:14:35 2016 -0700
Committer: Aditya Kishore <a...@apache.org>
Committed: Fri Sep 16 13:14:19 2016 -0700

----------------------------------------------------------------------
 contrib/storage-hive/core/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/f3c26e34/contrib/storage-hive/core/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hive/core/pom.xml 
b/contrib/storage-hive/core/pom.xml
index 43e9cf9..d484526 100644
--- a/contrib/storage-hive/core/pom.xml
+++ b/contrib/storage-hive/core/pom.xml
@@ -61,6 +61,16 @@
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-server</artifactId>
+      <exclusions>
+        <exclusion>
+          <artifactId>hadoop-mapreduce-client-core</artifactId>
+          <groupId>org.apache.hadoop</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>hadoop-auth</artifactId>
+          <groupId>org.apache.hadoop</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>

Reply via email to