[ 
https://issues.apache.org/jira/browse/DRILL-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987895#comment-15987895
 ] 

Matt Ward commented on DRILL-4931:
----------------------------------

still a problem in Drill 1.10.

confirmed in that version as well, patching the Guava 16 jar from 
http://central.maven.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar 
in place of the Guava 18 jar does fix the problem still.

> Attempting to execute a SELECT against an HBase store results in an 
> IllegalAccessError accessing method 
> "com.google.common.base.Stopwatch.<init>()"
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-4931
>                 URL: https://issues.apache.org/jira/browse/DRILL-4931
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>    Affects Versions: 1.8.0
>            Reporter: T.C. Hydock
>
> I was attempting to follow the "Querying HBase Data" tutorial 
> (https://drill.apache.org/docs/querying-hbase/) against one of our HBase 
> instances and ran into the following error when trying to issue the "SELECT * 
> FROM students;" statement cited in Step #2 of the "Query HBase Tables" 
> section:
> {noformat}
> Error: SYSTEM ERROR: IllegalAccessError: tried to access method 
> com.google.common.base.Stopwatch.<init>()V from class 
> org.apache.hadoop.hbase.zookeeper.MetaTableLocator
> {noformat}
> After doing some research it appears to be a conflict with instantiating the 
> Stopwatch class from the Guava JAR.  I was able to resolve this by swapping 
> out the packaged version of Guava (v18) with an older version (v16).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to