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

Deprecate spark.shuffle.unsafe.file.output.buffer and add a new config

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0, 3.1.0, 3.2.0, 3.3.0, 3.4.0
    • 4.0.0
    • Spark Core

    Description

      After Jira SPARK-28209 and PR [25007|https://github.com/apache/spark/pull/25007], the new shuffle writer api is proposed. All shuffle writers(BypassMergeSortShuffleWriter, SortShuffleWriter, UnsafeShuffleWriter) are based on LocalDiskShuffleMapOutputWriter to write local disk shuffle files. The config spark.shuffle.unsafe.file.output.buffer used in LocalDiskShuffleMapOutputWriter was only used in UnsafeShuffleWriter before.
       
      It's better to rename it and make it more suitable.

      Attachments

        Activity

          People

            Wayne Guo Wei Guo
            Wayne Guo Wei Guo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: