[
https://issues.apache.org/jira/browse/DRILL-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505362#comment-16505362
]
Vitalii Diravka commented on DRILL-4931:
----------------------------------------
It should be resolved after shading guava in Drill - DRILL-6422.
> 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
> Priority: Major
>
> 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
(v7.6.3#76005)