You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/10/05 16:16:20 UTC

[jira] [Commented] (DRILL-4931) Attempting to execute a SELECT against an HBase store results in an IllegalAccessError accessing method "com.google.common.base.Stopwatch.()"

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

stack commented on DRILL-4931:
------------------------------

Thanks for filing [~tchydock]. I meant to file an issue when I saw similar in drill 1.7.0: https://www.mail-archive.com/user@drill.apache.org/msg05426.html

> 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.4#6332)