Hive LLAP doesn't work with Parquet format

萝らか妹 提交于 2020-01-02 22:40:41

问题


After finding out Hive LLAP, I really want to use it.

I started Azure HDinsight cluster with LLAP enabled. However, it doesn't seem to work any better than normal Hive. I have data stored in Parquet files. I only see ORC files mentioned in LLAP related docs or talks.

Does it also support Parquet format?


回答1:


Answering my own question.

We reached out to Azure support. Hive LLAP only works with ORC file format (as of 05.2017).

So with Parquet either we have to use Apache Impala for fast interactive queries (https://impala.incubator.apache.org) as alternative to LLAP or change the stored file format to ORC.




回答2:


Update: This is currently work in progress and no longer be the case with the next release of HDP. As of HDP 3.0. LLAP will support caching for the Parquet file format. This update should flow into HDInsights shortly after the 3.0 release.



来源:https://stackoverflow.com/questions/43771050/hive-llap-doesnt-work-with-parquet-format

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