You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Harleen Singh Mann (JIRA)" <ji...@apache.org> on 2017/09/19 12:29:00 UTC

[jira] [Created] (HIVE-17557) Hive tblproperties "parquet.compress" not working when used with "As" statement

Harleen Singh Mann created HIVE-17557:
-----------------------------------------

             Summary: Hive tblproperties "parquet.compress" not working when used with "As" statement
                 Key: HIVE-17557
                 URL: https://issues.apache.org/jira/browse/HIVE-17557
             Project: Hive
          Issue Type: Bug
          Components: Hive
         Environment: CD-quickstart-vm-5.10.0-0-virtualbox
            Reporter: Harleen Singh Mann


This works as excepted:
{color:red}create table t3(col1 Int, col2 String) stored as parquet tblproperties ('PARQUET.COMPRESS'='SNAPPY');
{color}
However the saved parquet file is not compressed in the below case:
{color:red}create table t2 stored as parquet tblproperties('PARQUET.COMPRESS'='SNAPPY') as select * from t1;{color}

I am verifying the compression using "parquet-tools meta" command



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)