aboutsummaryrefslogtreecommitdiff
path: root/docs/tuning.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-11-25 15:25:29 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-11-25 15:25:29 -0800
commiteb4296c8f7561aaf8782479dd5cd7c9320b7fa6b (patch)
treec132c439562c408d7b69aadf17989209901c8c1b /docs/tuning.md
parent62889c419cfddb1cea2d260e9b530349d9f8eeda (diff)
parentab3cefde5349d0de85b23b49feef493ff0b2d1ed (diff)
downloadspark-eb4296c8f7561aaf8782479dd5cd7c9320b7fa6b.tar.gz
spark-eb4296c8f7561aaf8782479dd5cd7c9320b7fa6b.tar.bz2
spark-eb4296c8f7561aaf8782479dd5cd7c9320b7fa6b.zip
Merge pull request #101 from colorant/yarn-client-scheduler
For SPARK-527, Support spark-shell when running on YARN sync to trunk and resubmit here In current YARN mode approaching, the application is run in the Application Master as a user program thus the whole spark context is on remote. This approaching won't support application that involve local interaction and need to be run on where it is launched. So In this pull request I have a YarnClientClusterScheduler and backend added. With this scheduler, the user application is launched locally,While the executor will be launched by YARN on remote nodes with a thin AM which only launch the executor and monitor the Driver Actor status, so that when client app is done, it can finish the YARN Application as well. This enables spark-shell to run upon YARN. This also enable other Spark applications to have the spark context to run locally with a master-url "yarn-client". Thus e.g. SparkPi could have the result output locally on console instead of output in the log of the remote machine where AM is running on. Docs also updated to show how to use this yarn-client mode.
Diffstat (limited to 'docs/tuning.md')
0 files changed, 0 insertions, 0 deletions