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

    https://github.com/apache/spark/pull/20761#discussion_r189414274
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala 
---
    @@ -86,6 +86,13 @@ private[spark] class Client(
         sparkConf.get(AM_CORES)
       }
     
    +  private val driverResourceTypes: collection.immutable.Map[String, 
String] =
    --- End diff --
    
    Argh, this is another class that imports a different `Map` and overrides 
the predef one... not your fault, at some point I'll get bothered by this and 
clean it up.
    
    Also this should be `amResources` since (i) it's not just for the driver 
and (ii) it's not a list of types.


---

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

Reply via email to