comphead commented on code in PR #836: URL: https://github.com/apache/datafusion-comet/pull/836#discussion_r1720305227
########## docs/source/user-guide/installation.md: ########## @@ -152,3 +152,7 @@ To enable columnar shuffle which supports all partitioning and basic complex typ ``` --conf spark.comet.exec.shuffle.mode=jvm ``` + +### Cluster mode +Running in cluster mode it might be needed to set addtitional `--conf spark.plugins=org.apache.spark.CometPlugin` +to make the cluster resource managares respect Comet memory parameters. More [Memory Tuning in cluster mode](./tuning.md#memory-tuning-in-cluster-mode) Review Comment: > It is not specified for cluster usage, I think. sorry, I dont follow. Does the comment require any fix? 🤔 -- 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]
