aboutsummaryrefslogtreecommitdiff
path: root/docs/job-scheduling.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-09-08 13:36:50 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-09-08 13:36:50 -0700
commitaf8ffdb73c28012c9f5cf232ca7d4b4c6763628d (patch)
tree78f704de2adaf12c823ad743b4c3bc1303b0d034 /docs/job-scheduling.md
parentc0d375107f414822d65eaff0e3a76dd3fe9e1570 (diff)
downloadspark-af8ffdb73c28012c9f5cf232ca7d4b4c6763628d.tar.gz
spark-af8ffdb73c28012c9f5cf232ca7d4b4c6763628d.tar.bz2
spark-af8ffdb73c28012c9f5cf232ca7d4b4c6763628d.zip
Review comments
Diffstat (limited to 'docs/job-scheduling.md')
-rw-r--r--docs/job-scheduling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/job-scheduling.md b/docs/job-scheduling.md
index 11b733137d..d304c5497b 100644
--- a/docs/job-scheduling.md
+++ b/docs/job-scheduling.md
@@ -25,7 +25,7 @@ different options to manage allocation, depending on the cluster manager.
The simplest option, available on all cluster managers, is _static partitioning_ of resources. With
this approach, each application is given a maximum amount of resources it can use, and holds onto them
-for its whole duration. This is the only approach available in Spark's [standalone](spark-standalone.html)
+for its whole duration. This is the approach used in Spark's [standalone](spark-standalone.html)
and [YARN](running-on-yarn.html) modes, as well as the
[coarse-grained Mesos mode](running-on-mesos.html#mesos-run-modes).
Resource allocation can be configured as follows, based on the cluster type: