You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ABHISHEK KUMAR GUPTA (JIRA)" <ji...@apache.org> on 2019/08/08 12:35:00 UTC

[jira] [Created] (SPARK-28659) insert overwrite directory using stored as parquet does not creates snappy.parquet data file at HDFS side

ABHISHEK KUMAR GUPTA created SPARK-28659:
--------------------------------------------

             Summary: insert overwrite directory <path> using stored as parquet does not creates snappy.parquet data file at HDFS side
                 Key: SPARK-28659
                 URL: https://issues.apache.org/jira/browse/SPARK-28659
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 3.0.0
            Reporter: ABHISHEK KUMAR GUPTA


1. insert overwrite directory '/opt/trash_u/' using  parquet select 2;
2. Check at hdfs side  ./hdfs dfs -ls /opt/trash_u
data file created with snappy.parquet as below
/opt/trash_u/part-00000-6de61796-4ebd-40b9-a303-d53182c89332-c000.snappy.parquet
3. insert overwrite directory '/opt/trash_u/' stored as  parquet select 2;
4. Check at hdfs side  ./hdfs dfs -ls /opt/trash_u, data file created with snappy.parquet as below
/opt/trash_u/part-00000-50d5d863-0389-4cba-ae5f-ea3f89cd2eab-c000



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org