Github user skonto commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18098#discussion_r128243453
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -72,6 +72,10 @@ package object config {
       private[spark] val DYN_ALLOCATION_MAX_EXECUTORS =
         
ConfigBuilder("spark.dynamicAllocation.maxExecutors").intConf.createWithDefault(Int.MaxValue)
     
    +  private[spark] val LOCALITY_WAIT = ConfigBuilder("spark.locality.wait")
    +    .timeConf(TimeUnit.MILLISECONDS)
    +    .createWithDefaultString("3s")
    +
    --- End diff --
    
    This default value is also set in the TaskManager let's refactor it and 
re-use the same constant...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to