Hi!
I just installed Dremio on my Hortonworks cluster. Everything seems to be working up till the point of table previews. YARN containers running, HIVE store attached (metastore on default port: 9083) I can see my hive db, but when I select a table, I get the following for preview:
PARSE ERROR: Failure parsing the query.
(org.apache.calcite.sql.parser.SqlParseException) Encountered “<EOF>” at line 0, column 0. Was expecting one of:…
fd4f0aa8-7848-42e4-897b-666bc175b9d3.zip (4.4 KB)
Also, if I try to run a select * query on one of the tables:
(java.lang.RuntimeException) MetaException(message:Your client does not appear to support insert-only tables. To skip capability checks, please set metastore.client.capability.check to false. This setting can be set globally, or on the client for the current metastore session. Note that this may lead to incorrect results, data loss, undefined behavior, etc. if your client is actually incompatible. You can also specify custom client capabilities via get_table_req API.)
d6208915-601d-458f-b2b5-fc046cb250a4.zip (4.3 KB)
I do not know where it goes wrong. Fresh install of Hadoop 3.1, with all updates HIVE etc…
Dremio running as ‘root’ user, RANGER permissions all set.
I am able to connect to HDFS datasource and see the files and everything there.
HIVE server is running on port: 10000, Thrift on: 10001… Am i not supposed to connect to those with Dremio?
Let me know, thanks