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/08 15:51:26 UTC

[3/3] git commit: Merge pull request #345 from colorant/yarn

Merge pull request #345 from colorant/yarn

support distributing extra files to worker for yarn client mode

So that user doesn't need to package all dependency into one assemble jar as spark app jar


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

Branch: refs/heads/master
Commit: 6eef78d769379b98a1fa6d4f2fa606216e5063a6
Parents: bb6a39a 67af803
Author: Thomas Graves <tg...@apache.org>
Authored: Wed Jan 8 08:49:20 2014 -0600
Committer: Thomas Graves <tg...@apache.org>
Committed: Wed Jan 8 08:49:20 2014 -0600

----------------------------------------------------------------------
 docs/running-on-yarn.md                                          | 2 ++
 .../src/main/scala/org/apache/spark/deploy/yarn/Client.scala     | 2 +-
 .../spark/scheduler/cluster/YarnClientSchedulerBackend.scala     | 4 +++-
 .../src/main/scala/org/apache/spark/deploy/yarn/Client.scala     | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/6eef78d7/docs/running-on-yarn.md
----------------------------------------------------------------------