Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/20761#discussion_r206643906
--- 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 amResources: collection.immutable.Map[String, String] =
--- End diff --
I think you can just write `Map`. Or omit the type too.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]