-
- Downloads
Merge pull request #526 from tgravescs/yarn_client_stop_am_fix. Closes #526.
spark on yarn - yarn-client mode doesn't always exit immediately https://spark-project.atlassian.net/browse/SPARK-1049 If you run in the yarn-client mode but you don't get all the workers you requested right away and then you exit your application, the application master stays around until it gets the number of workers you initially requested. This is a waste of resources. The AM should exit immediately upon the client going away. This fix simply checks to see if the driver closed while its waiting for the initial # of workers. Author: Thomas Graves <tgraves@apache.org> == Merge branch commits == commit 03f40a62584b6bdd094ba91670cd4aa6afe7cd81 Author: Thomas Graves <tgraves@apache.org> Date: Fri Jan 31 11:23:10 2014 -0600 spark on yarn - yarn-client mode doesn't always exit immediately
Showing
- yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/WorkerLauncher.scala 1 addition, 1 deletion...n/scala/org/apache/spark/deploy/yarn/WorkerLauncher.scala
- yarn/stable/src/main/scala/org/apache/spark/deploy/yarn/WorkerLauncher.scala 1 addition, 1 deletion...n/scala/org/apache/spark/deploy/yarn/WorkerLauncher.scala
Loading
Please register or sign in to comment