T.C. Hydock created DRILL-4931:
----------------------------------
Summary: 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)