Krystal created DRILL-673: ----------------------------- Summary: Select against M7 table fails due to missing hbase jars in classpaths Key: DRILL-673 URL: https://issues.apache.org/jira/browse/DRILL-673 Project: Apache Drill Issue Type: Bug Affects Versions: 1.0.0-milestone-1 Reporter: Krystal
I have an m7 table at this location: hbase(main):014:0> list '/test/tables' TABLE /test/tables/m7voter >From sqlline, I ran the following query: 0: jdbc:drill:schema=hbase> select * from `/test/tables/m7voter` limit 5; Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "4e7d2b40-6511-436b-a459-ab0667cd5f74" endpoint { address: "qa-node64.qa.lab" user_port: 31010 control_port: 31011 data_port: 31012 } error_type: 0 message: "Failure while parsing sql. < ValidationException:[ org.eigenbase.util.EigenbaseContextException: From line 1, column 15 to line 1, column 36 ] < EigenbaseContextException:[ From line 1, column 15 to line 1, column 36 ] < SqlValidatorException:[ Table \'/test/tables/m7voter\' not found ]" ] Error: exception while executing query (state=,code=0) -- This message was sent by Atlassian JIRA (v6.2#6252)