You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/04 01:31:33 UTC

[6/6] git commit: Merge pull request #325 from witgo/master

Merge pull request #325 from witgo/master

Modify spark on yarn to create SparkConf process


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

Branch: refs/heads/master
Commit: c4d6145f7fde8a516024e886314bf8fecde817ea
Parents: 4ae101f 8ddbd53
Author: Patrick Wendell <pw...@gmail.com>
Authored: Fri Jan 3 16:30:53 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Jan 3 16:30:53 2014 -0800

----------------------------------------------------------------------
 .gitignore                                      |  2 ++
 .../spark/deploy/yarn/ApplicationMaster.scala   | 26 +++++++++++-------
 .../org/apache/spark/deploy/yarn/Client.scala   | 26 ++++++++++--------
 .../spark/deploy/yarn/WorkerLauncher.scala      |  8 +++---
 .../spark/deploy/yarn/WorkerRunnable.scala      |  5 ++--
 .../deploy/yarn/YarnAllocationHandler.scala     |  2 +-
 .../spark/deploy/yarn/ClientArguments.scala     |  4 +--
 .../cluster/YarnClientSchedulerBackend.scala    |  4 +--
 .../spark/deploy/yarn/ApplicationMaster.scala   | 24 ++++++++++-------
 .../org/apache/spark/deploy/yarn/Client.scala   | 28 +++++++++++---------
 .../spark/deploy/yarn/WorkerLauncher.scala      | 23 +++++++++-------
 .../spark/deploy/yarn/WorkerRunnable.scala      |  5 ++--
 .../deploy/yarn/YarnAllocationHandler.scala     |  1 +
 13 files changed, 92 insertions(+), 66 deletions(-)
----------------------------------------------------------------------