marin-ma commented on issue #8043: URL: https://github.com/apache/incubator-gluten/issues/8043#issuecomment-2533488418
> Thank you! Can you submit a PR to support the configs: > > * spark.shuffle.file.buffer > * spark.shuffle.spill.diskWriteBufferSize > * spark.shuffle.spill.compress * spark.shuffle.file.buffer https://github.com/apache/incubator-gluten/pull/7861 * spark.shuffle.spill.diskWriteBufferSize https://github.com/apache/incubator-gluten/pull/8203 * spark.shuffle.spill.compress -> @FelixYBW Not sure if we must support it in gluten. Spark’s sort-based shuffle does not currently respect this configuration by default https://github.com/apache/spark/blob/a3cf28ea73f0bd1147af6557954b329cad5226ea/core/src/main/java/org/apache/spark/shuffle/sort/ShuffleExternalSorter.java#L197-L201. See discussions in https://issues.apache.org/jira/browse/SPARK-3426 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
