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

    https://github.com/apache/spark/pull/20761#discussion_r203791602
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala 
---
    @@ -249,6 +259,10 @@ private[spark] class Client(
         val capability = Records.newRecord(classOf[Resource])
         capability.setMemory(amMemory + amMemoryOverhead)
         capability.setVirtualCores(amCores)
    +    if (amResources.nonEmpty) {
    --- End diff --
    
    Fixed, please check whether we are on the same page with the fix.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to