You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by tg...@apache.org on 2014/01/10 22:34:56 UTC

[4/4] git commit: Merge pull request #371 from tgravescs/yarn_client_addjar_misc_fixes

Merge pull request #371 from tgravescs/yarn_client_addjar_misc_fixes

Yarn client addjar and misc fixes

Fix the addJar functionality in yarn-client mode, add support for the other options supported in yarn-standalone mode, set the application type on yarn in hadoop 2.X, add documentation, change heartbeat interval to be same code as the yarn-standalone so it doesn't take so long to get containers and exit.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/7cef8435
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/7cef8435
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/7cef8435

Branch: refs/heads/master
Commit: 7cef8435d7b6b43a33e8be684c769412186ad6ac
Parents: 7b58f11 9bdfbc0
Author: Thomas Graves <tg...@apache.org>
Authored: Fri Jan 10 15:34:15 2014 -0600
Committer: Thomas Graves <tg...@apache.org>
Committed: Fri Jan 10 15:34:15 2014 -0600

----------------------------------------------------------------------
 .../scala/org/apache/spark/SparkContext.scala   |  8 ++--
 docs/running-on-yarn.md                         | 15 +++++-
 .../spark/deploy/yarn/ApplicationMaster.scala   | 13 +++--
 .../spark/deploy/yarn/WorkerLauncher.scala      | 28 +++++++++--
 .../cluster/YarnClientSchedulerBackend.scala    | 50 +++++++++++---------
 .../spark/deploy/yarn/ApplicationMaster.scala   | 13 +++--
 .../org/apache/spark/deploy/yarn/Client.scala   |  1 +
 .../spark/deploy/yarn/WorkerLauncher.scala      | 28 +++++++++--
 8 files changed, 105 insertions(+), 51 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/7cef8435/core/src/main/scala/org/apache/spark/SparkContext.scala
----------------------------------------------------------------------