[ https://issues.apache.org/jira/browse/HIVE-7858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167911#comment-14167911 ]
Ferdinand Xu commented on HIVE-7858: ------------------------------------ Yes, I verify it on a local cluster. Use the command "mvn exec:java -Dexec.mainClass="parquet.tools.Main" -Dexec.args="dump ${file_path}" with the the dump tool from https://github.com/apache/incubator-parquet-mr/blob/master/parquet-tools/src/main/java/parquet/tools/Main.java > 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 > Assignee: Ferdinand Xu > Attachments: HIVE-7858.patch, HIVE-7858.patch > > > 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.3.4#6332)