-
- Downloads
SPARK-1689 AppClient should indicate app is dead() when removed
Previously, we indicated disconnected(), which keeps the application in a limbo state where it has no executors but thinks it will get them soon. This is a bug fix that hopefully can be included in 1.0. Author: Aaron Davidson <aaron@databricks.com> Closes #605 from aarondav/appremoved and squashes the following commits: bea02a2 [Aaron Davidson] SPARK-1689 AppClient should indicate app is dead() when removed
Showing
- core/src/main/scala/org/apache/spark/deploy/client/AppClient.scala 5 additions, 7 deletions...main/scala/org/apache/spark/deploy/client/AppClient.scala
- core/src/main/scala/org/apache/spark/deploy/client/AppClientListener.scala 2 additions, 2 deletions...la/org/apache/spark/deploy/client/AppClientListener.scala
- core/src/main/scala/org/apache/spark/deploy/client/TestClient.scala 2 additions, 2 deletions...ain/scala/org/apache/spark/deploy/client/TestClient.scala
- core/src/main/scala/org/apache/spark/scheduler/cluster/SparkDeploySchedulerBackend.scala 3 additions, 3 deletions...spark/scheduler/cluster/SparkDeploySchedulerBackend.scala
Please register or sign in to comment