I am using drill-embedded to execute SQL, I can see the tables in HBase. Here is the terminal output..
But, I'm not able to perform query on them, it is the raising the following error:
0: jdbc:drill:zk=local> SELECT * FROM students;
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: 9c656263-c774-4aaf-a789-d4e374adb69b on localhost:31010]
(state=,code=0)
Please let me know what I have to do to perform a query on Drill, thanks in advance.