You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ja...@apache.org on 2014/04/20 06:08:12 UTC

[04/17] git commit: DRILL-481: libthrift-0.8.0 causes drillbit to fail while querying Hive tables

DRILL-481: libthrift-0.8.0 causes drillbit to fail while querying Hive tables

exclude lib thrift in hbase pom


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

Branch: refs/heads/master
Commit: 41dcf20499ad62601b84cce16baf39e8887b7194
Parents: 05710a6
Author: Steven Phillips <sp...@maprtech.com>
Authored: Wed Apr 2 18:19:03 2014 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Sat Apr 19 21:07:00 2014 -0700

----------------------------------------------------------------------
 contrib/storage-hbase/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41dcf204/contrib/storage-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index b656669..f5a4c40 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -55,6 +55,10 @@
           <artifactId>asm</artifactId>
           <groupId>asm</groupId>
         </exclusion>
+          <exclusion>
+            <artifactId>libthrift</artifactId>
+            <groupId>org.apache.thrift</groupId>
+        </exclusion>
       </exclusions>
     </dependency>