FelixYBW commented on issue #8043: URL: https://github.com/apache/incubator-gluten/issues/8043#issuecomment-2499630484
@marin-ma which of following shuffle configurations are used by Gluten? Can you help to fill the missing one, feel free to correct. Gluten Config is the config renamed by Gluten. if so we should either remove the Gluten config or set Gluten Config's default value as spark config's value. Spark Config | Respected by Gluten | Gluten Config | Transparent to Gluten -- | -- | -- | -- spark.reducer.maxSizeInFlight | Y | | Y spark.reducer.maxReqsInFlight | Y | | Y spark.reducer.maxBlocksInFlightPerAddress | Y | | Y spark.shuffle.compress | Y | | spark.shuffle.file.buffer | | | spark.shuffle.unsafe.file.output.buffer | | | spark.shuffle.spill.diskWriteBufferSize | | | spark.shuffle.io.maxRetries | Y | | Y spark.shuffle.io.numConnectionsPerPeer | Y | | Y spark.shuffle.io.preferDirectBufs | Y | | Y spark.shuffle.io.retryWait | Y | | Y spark.shuffle.io.backLog | Y | | Y spark.shuffle.io.connectionTimeout | Y | | Y spark.shuffle.io.connectionCreationTimeout | Y | | Y spark.shuffle.service.enabled | Y | | Y spark.shuffle.service.port | Y | | Y spark.shuffle.service.name | Y | | Y spark.shuffle.service.index.cache.size | | | spark.shuffle.service.removeShuffle | Y | | Y spark.shuffle.maxChunksBeingTransferred | Y | | Y spark.shuffle.sort.bypassMergeThreshold | N | | spark.shuffle.sort.io.plugin.class | N | | spark.shuffle.spill.compress | | | spark.shuffle.accurateBlockThreshold | | | spark.shuffle.registration.timeout | Y | | Y spark.shuffle.registration.maxAttempts | Y | | Y spark.shuffle.reduceLocality.enabled | Y | | Y spark.shuffle.mapOutput.minSizeForBroadcast | | | spark.shuffle.detectCorrupt | Y | | Y spark.shuffle.detectCorrupt.useExtraMemory | Y | | Y spark.shuffle.useOldFetchProtocol | Y | | Y spark.shuffle.readHostLocalDisk | Y | | Y spark.files.io.connectionTimeout | Y | | Y spark.files.io.connectionCreationTimeout | Y | | Y spark.shuffle.checksum.enabled | Y | | Y spark.shuffle.checksum.algorithm | Y | | Y spark.shuffle.service.fetch.rdd.enabled | Y | | Y spark.shuffle.service.db.enabled | Y | | Y spark.shuffle.service.db.backend | Y | | Y -- 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]
