Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Vectorized query execution for parquet tables

avatar
New Contributor

Hi,

 Looks like Apache Hive 0.14.0 supports vectorized query execution for parquet tables.

 Is it supported in CDH 5.5.1 (Hive 1.1.0) ?

1 ACCEPTED SOLUTION

avatar
Mentor
Project-history-wise, Apache Hive 0.14 eventually got renamed into Apache Hadoop 1.0. So yes, whatever is in Apache Hive 1.0.x is already in CDH 5.5.1 (which supplies Apache Hive 1.1.0 plus backports).

That said, I've not attempted to use the feature (if its not enabled by default).

View solution in original post

2 REPLIES 2

avatar
Mentor
Project-history-wise, Apache Hive 0.14 eventually got renamed into Apache Hadoop 1.0. So yes, whatever is in Apache Hive 1.0.x is already in CDH 5.5.1 (which supplies Apache Hive 1.1.0 plus backports).

That said, I've not attempted to use the feature (if its not enabled by default).

avatar
New Contributor

Thanks Harsh.