Yikun commented on code in PR #36476: URL: https://github.com/apache/spark/pull/36476#discussion_r867294317
########## docs/running-on-kubernetes.md: ########## @@ -1766,7 +1766,7 @@ To use Volcano as a custom scheduler the user needs to specify the following con --conf spark.kubernetes.scheduler.volcano.podGroupTemplateFile=/path/to/podgroup-template.yaml # Specify driver/executor VolcanoFeatureStep --conf spark.kubernetes.driver.pod.featureSteps=org.apache.spark.deploy.k8s.features.VolcanoFeatureStep ---conf spark.kubernetes.executor.pod.featureSteps=org.apache.spark.deploy.k8s.features.VolcanoFeatureStep``` +--conf spark.kubernetes.executor.pod.featureSteps=org.apache.spark.deploy.k8s.features.VolcanoFeatureStep Review Comment: Before:  After:  ########## docs/running-on-kubernetes.md: ########## @@ -1729,8 +1729,8 @@ Spark allows users to specify a custom Kubernetes schedulers. 3. Specify scheduler feature step. Users may also consider to use <code>spark.kubernetes.{driver/executor}.pod.featureSteps</code> to support more complex requirements, including but not limited to: - - Create additional Kubernetes custom resources for driver/executor scheduling. - - Set scheduler hints according to configuration or existing Pod info dynamically. + - Create additional Kubernetes custom resources for driver/executor scheduling. + - Set scheduler hints according to configuration or existing Pod info dynamically. Review Comment: Before:  After:  ########## docs/running-on-kubernetes.md: ########## @@ -1699,7 +1699,7 @@ Kubernetes supports [Pod priority](https://kubernetes.io/docs/concepts/schedulin Spark on Kubernetes allows defining the priority of jobs by [Pod template](#pod-template). The user can specify the <code>priorityClassName</code> in driver or executor Pod template <code>spec</code> section. Below is an example to show how to specify it: -``` +```yaml Review Comment: Before:  After:  -- 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]
