comphead opened a new issue, #826:
URL: https://github.com/apache/datafusion-comet/issues/826

   In Comet there is a Spark driver plugin that overrides 
`spark.executor.memoryOverhead` value to respect native part needed for the 
Comet. 
   
   Resource managers like YARN/Kube considers `spark.executor.memoryOverhead` 
param when containers get started. 
   
   Its needed to test the plugin and see if the container created with extra 
native memory amount set with
   
   ```
   spark.comet.memoryOverhead
   spark.comet.memory.overhead.factor
   ```
   
   ```
   --conf spark.plugins=org.apache.spark.CometPlugin
   ```
   
   _Originally posted by @comphead in 
https://github.com/apache/datafusion-comet/issues/684#issuecomment-2287067051_
               


-- 
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]

Reply via email to