Brock Noland created HIVE-7858:
----------------------------------
Summary: Parquet compression should be configurable via table
property
Key: HIVE-7858
URL: https://issues.apache.org/jira/browse/HIVE-7858
Project: Hive
Issue Type: Improvement
Reporter: Brock Noland
ORC supports the orc.compress table property:
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC
{noformat}
create table Addresses (
name string,
street string,
city string,
state string,
zip int
) stored as orc tblproperties ("orc.compress"="NONE");
{noformat}
I think it'd be great to support the same for Parquet.
--
This message was sent by Atlassian JIRA
(v6.2#6252)