[ 
https://issues.apache.org/jira/browse/SPARK-54553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenjun Ruan updated SPARK-54553:
--------------------------------
    Description: 
I submit Spark jobs to Kubernetes using Volcano as the scheduler.

According to the documentation:
[https://spark.apache.org/docs/latest/running-on-kubernetes.html#volcano-feature-step]

I noticed that Spark requires a {{podGroupTemplate}} file to be created in 
advance and referenced by the job.

It would be great if spark support set the podgroup configuration by `--conf` 
rather than only support use `podGroupTemplateFile`.

  was:
I submit Spark jobs to Kubernetes using Volcano as the scheduler.

According to the documentation:
[https://spark.apache.org/docs/latest/running-on-kubernetes.html#volcano-feature-step]

I found that we should create a {{podGroupTemplate file first, and then using 
it in spark job.}}

I hope we ca does not overwrite the PodGroup name when it is already defined in 
the {{{}podGroupTemplateFile{}}}.

 

I can submit a PR to make this behavior configurable or to preserve the 
PodGroup name if it is already provided in {{{}podGroupTemplateFile{}}}.


> Supports receiving podgroup JSON format configurations when using Volcano.
> --------------------------------------------------------------------------
>
>                 Key: SPARK-54553
>                 URL: https://issues.apache.org/jira/browse/SPARK-54553
>             Project: Spark
>          Issue Type: Improvement
>          Components: Kubernetes
>    Affects Versions: 4.0.1
>            Reporter: Wenjun Ruan
>            Priority: Major
>
> I submit Spark jobs to Kubernetes using Volcano as the scheduler.
> According to the documentation:
> [https://spark.apache.org/docs/latest/running-on-kubernetes.html#volcano-feature-step]
> I noticed that Spark requires a {{podGroupTemplate}} file to be created in 
> advance and referenced by the job.
> It would be great if spark support set the podgroup configuration by `--conf` 
> rather than only support use `podGroupTemplateFile`.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to