You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ulysses you (Jira)" <ji...@apache.org> on 2020/03/27 08:17:00 UTC

[jira] [Created] (SPARK-31285) Do not upper case schedule mode

ulysses you created SPARK-31285:
-----------------------------------

             Summary: 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


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org