GitHub user aissaelouafi opened a pull request:

    https://github.com/apache/drill/pull/630

    [maven-release-plugin] Hbase 1.1.2 Guava conflict

    I use Apache Drill with Hbase1.1.2, when I tried to sumbit a SQL query I 
get the following message error : 
    
         [0: jdbc:drill:zk=local> select * from test; 
         Error: SYSTEM ERROR: IllegalAccessError: tried to access method     
com.google.common.base.Stopwatch.<init>()V from class  
org.apache.hadoop.hbase.zookeeper.MetaTableLocator
    
    
         [Error Id: d4408bbb-015a-4d93-80f7-0e64d3a72b8e on 192.168.0.17:31010] 
(state=,code=0)]
    
    This error is caused by the conflict between guava library used in Drill 
(guava 18.0) and the version used in HBase (guava 12.0)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/drill 1.8.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/630.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #630
    
----
commit 80c4d0290b3f6aafbbd70777d6f29be9a0e767e3
Author: Jinfeng Ni <j...@apache.org>
Date:   2016-08-25T05:20:12Z

    [maven-release-plugin] prepare release drill-1.8.0

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to