Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-28659

insert overwrite directory <path> using stored as parquet does not creates snappy.parquet data file at HDFS side

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • Spark Core
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              abhishek.akg ABHISHEK KUMAR GUPTA
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: