aboutsummaryrefslogtreecommitdiff
path: root/docs/job-scheduling.md
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-131-2/+2
| | | | | | | | | | | | Author: Sandy Ryza <sandy@cloudera.com> Closes #120 from sryza/sandy-spark-1183 and squashes the following commits: 5066a4a [Sandy Ryza] Remove "worker" in a couple comments 0bd1e46 [Sandy Ryza] Remove --am-class from usage bfc8fe0 [Sandy Ryza] Remove am-class from doc and fix yarn-alpha 607539f [Sandy Ryza] Address review comments 74d087a [Sandy Ryza] SPARK-1183. Don't use "worker" to mean executor
* Add way to limit default # of cores used by applications on standalone modeMatei Zaharia2014-01-071-3/+2
| | | | Also documents the spark.deploy.spreadOut option.
* Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-9/+12
|
* Various broken links in documentationPatrick Wendell2013-12-071-1/+1
|
* Review commentsMatei Zaharia2013-09-081-1/+1
|
* More fair scheduler docs and property names.Matei Zaharia2013-09-081-7/+94
| | | | | Also changed uses of "job" terminology to "application" when they referred to an entire Spark program, to avoid confusion.
* Work in progress:Matei Zaharia2013-09-081-0/+81
- Add job scheduling docs - Rename some fair scheduler properties - Organize intro page better - Link to Apache wiki for "contributing to Spark"