[ https://issues.apache.org/jira/browse/SPARK-31285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun resolved SPARK-31285. ----------------------------------- Fix Version/s: 3.1.0 Resolution: Fixed Issue resolved by pull request 28049 [https://github.com/apache/spark/pull/28049] > Do not upper case schedule mode > ------------------------------- > > Key: SPARK-31285 > URL: https://issues.apache.org/jira/browse/SPARK-31285 > Project: Spark > Issue Type: Improvement > Components: Spark Core > Affects Versions: 3.1.0 > Reporter: ulysses you > Assignee: ulysses you > Priority: Minor > Fix For: 3.1.0 > > > In `TaskSchedulerImpl`, Spark will upper schedule mode > `SchedulingMode.withName(schedulingModeConf.toUpperCase(Locale.ROOT))`. > But at other place, Spark does not. Such as > [AllJobsPage|https://github.com/apache/spark/blob/5945d46c11a86fd85f9e65f24c2e88f368eee01f/core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala#L304]. > We should have the same behavior. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org