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

    https://github.com/apache/spark/pull/19351#discussion_r141032457
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala 
---
    @@ -265,6 +265,9 @@ private[deploy] class Master(
             val app = createApplication(description, driver)
             registerApplication(app)
             logInfo("Registered app " + description.name + " with ID " + 
app.id)
    +        if(app.state == ApplicationState.WAITING) {
    --- End diff --
    
    Nit: space. The text of the warning needs to be fixed up; it's not clear 
what it means. Why is it abnormal to have to wait for resources? doesn't seem 
like a warning


---

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

Reply via email to