Yikun commented on pull request #35422: URL: https://github.com/apache/spark/pull/35422#issuecomment-1032158721
> In addition, please propose the full config namespace design. @dongjoon-hyun Thanks for reminder, and there are 5 configuration will be introduced: ``` spark.kubernetes.job.min.cpu: the minimum cpu resources for running spark.kubernetes.job.min.memory: the minimum memory resources for running spark.kubernetes.job.min.member: the minimum number of pods for running spark.kubernetes.job.priorityClassName: the priority of the running job spark.kubernetes.job.queue: the queue to which the running job belongs ``` Should I put these all in this PR? or make a separte PR first? -- 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]
