-
- Downloads
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