-
- Downloads
"git@gitlab.engr.illinois.edu:cs525-sp18-g07/spark.git" did not exist on "0bd1d00c2ab75c6133269611d498cac321d9d389"
Notify standalone deploy client of application death.
Usually, this isn't necessary since the application will be removed as a result of the deploy client disconnecting, but occassionally, the standalone deploy master removes an application otherwise. Also mark applications as FAILED instead of FINISHED when they are killed as a result of their executors failing too many times.
Showing
- core/src/main/scala/spark/deploy/DeployMessage.scala 1 addition, 1 deletioncore/src/main/scala/spark/deploy/DeployMessage.scala
- core/src/main/scala/spark/deploy/client/Client.scala 5 additions, 0 deletionscore/src/main/scala/spark/deploy/client/Client.scala
- core/src/main/scala/spark/deploy/master/Master.scala 11 additions, 6 deletionscore/src/main/scala/spark/deploy/master/Master.scala
Loading
Please register or sign in to comment