kerwin-zk commented on PR #6671: URL: https://github.com/apache/incubator-gluten/pull/6671#issuecomment-2316774695
> --conf spark.shuffle.manager=celeborn \ > --conf spark.celeborn.client.spark.shuffle.writer=sort @FelixYBW @marin-ma I haven't tested row-based sort + Celeborn yet. For columnar-based sort + Celeborn, the following settings are needed: ``` spark.shuffle.manager: org.apache.spark.shuffle.gluten.celeborn.CelebornShuffleManager spark.celeborn.master.endpoints: master-1-1:9097 spark.shuffle.service.enabled: false spark.celeborn.client.spark.push.sort.memory.threshold: 128m spark.celeborn.client.spark.shuffle.writer: sort spark.celeborn.client.shuffle.compression.codec: none spark.sql.adaptive.localShuffleReader.enabled: false ``` -- 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]
