Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19351#discussion_r141339131 --- 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 -- I don't think this is an abnormal case though; warn doesn't sound quite appropriate. It's already reported that it's waiting in the UI and so on.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org