You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dave DeCaprio (JIRA)" <ji...@apache.org> on 2019/02/25 22:46:00 UTC

[jira] [Created] (SPARK-26988) Spark overwrites spark.scheduler.pool if set in configs

Dave DeCaprio created SPARK-26988:
-------------------------------------

             Summary: Spark overwrites spark.scheduler.pool if set in configs
                 Key: SPARK-26988
                 URL: https://issues.apache.org/jira/browse/SPARK-26988
             Project: Spark
          Issue Type: Improvement
          Components: Scheduler
    Affects Versions: 2.4.0
            Reporter: Dave DeCaprio


If you set a default spark.scheduler.pool in your configuration when you create a SparkSession and then you attempt to override that configuration by calling setLocalProperty on a SparkSession, as described in the Spark documentation - [https://spark.apache.org/docs/latest/job-scheduling.html#fair-scheduler-pools] - it won't work.

Spark will go with the original pool name.

I've traced this down to SQLExecution.withSQLConfPropagated, which copies any key that starts with "spark" from the the session state to the local properties.  The can end up overwriting the scheduler, which is set by spark.scheduler.pool



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org