[
https://issues.apache.org/jira/browse/SPARK-33991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Yi updated SPARK-33991:
-----------------------------
Description:
For AllJobsPage class, AllJobsPage gets the schedulingMode of enumerated type
by loading the spark.scheduler.mode configuration from Sparkconf, but an
enumeration conversion error occurs when I set the value of this configuration
to lowercase.
The reason for this problem is that the value of the SchedulingMode enumeration
class is uppercase, which occurs when I configure spark. scheduler.mode to be
lowercase.
was:For AllJobsPage class, AllJobsPage gets the schedulingMode of enumerated
type by loading the spark.scheduler.mode configuration from Sparkconf, but an
enumeration conversion error occurs when I set the value of this configuration
to lowercase.
> Repair enumeration conversion error for AllJobsPage
> ---------------------------------------------------
>
> Key: SPARK-33991
> URL: https://issues.apache.org/jira/browse/SPARK-33991
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 3.0.0
> Reporter: Felix Yi
> Priority: Critical
>
> For AllJobsPage class, AllJobsPage gets the schedulingMode of enumerated type
> by loading the spark.scheduler.mode configuration from Sparkconf, but an
> enumeration conversion error occurs when I set the value of this
> configuration to lowercase.
> The reason for this problem is that the value of the SchedulingMode
> enumeration class is uppercase, which occurs when I configure spark.
> scheduler.mode to be lowercase.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]