You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/12/05 08:33:21 UTC

[10/14] git commit: Merge pull request #1 from colorant/yarn-client-2.2

Merge pull request #1 from colorant/yarn-client-2.2

Port yarn-client mode for new-yarn

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

Branch: refs/heads/master
Commit: 993e293d6e4867fb5024d8160dd9cdeebef8630e
Parents: afe4fe7 403cac9
Author: Harvey Feng <hy...@gmail.com>
Authored: Wed Nov 27 00:57:54 2013 -0800
Committer: Harvey Feng <hy...@gmail.com>
Committed: Wed Nov 27 00:57:54 2013 -0800

----------------------------------------------------------------------
 .../org/apache/spark/deploy/yarn/Client.scala   |  11 +-
 .../spark/deploy/yarn/ClientArguments.scala     |  32 +--
 .../spark/deploy/yarn/WorkerLauncher.scala      | 223 +++++++++++++++++++
 .../cluster/YarnClientClusterScheduler.scala    |  47 ++++
 .../cluster/YarnClientSchedulerBackend.scala    | 109 +++++++++
 5 files changed, 405 insertions(+), 17 deletions(-)
----------------------------------------------------------------------