HIVE LLAP doesn't work with complex types

2019-09-15 10:43发布

I turned on LLAP on the Ambari sandbox and my queries aren't working anymore.

I have a table that has primitive types and complextypes(structs/arrays).

I'm querying against the primitive type and it errors out.

select * from test.data where policynumber = '4'

Error: java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask

0条回答
登录 后发表回答