-
- Downloads
SPARK-1408 Modify Spark on Yarn to point to the history server when app ...
...finishes Note this is dependent on https://github.com/apache/spark/pull/204 to have a working history server, but there are no code dependencies. This also fixes SPARK-1288 yarn stable finishApplicationMaster incomplete. Since I was in there I made the diagnostic message be passed properly. Author: Thomas Graves <tgraves@apache.org> Closes #362 from tgravescs/SPARK-1408 and squashes the following commits: ec89705 [Thomas Graves] Fix typo. 446122d [Thomas Graves] Make config yarn specific f5d5373 [Thomas Graves] SPARK-1408 Modify Spark on Yarn to point to the history server when app finishes
Showing
- docs/running-on-yarn.md 1 addition, 0 deletionsdocs/running-on-yarn.md
- yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala 1 addition, 2 deletions...cala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
- yarn/stable/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala 2 additions, 2 deletions...cala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
Loading
Please register or sign in to comment