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 <[email protected]> Authored: Wed Nov 27 00:57:54 2013 -0800 Committer: Harvey Feng <[email protected]> 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(-) ----------------------------------------------------------------------
