HIVE LLAP doesn't work with complex types

一世执手 提交于 2019-12-25 09:13:26

问题


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

来源:https://stackoverflow.com/questions/44315117/hive-llap-doesnt-work-with-complex-types

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!