aboutsummaryrefslogtreecommitdiff
path: root/docs/cluster-overview.md
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-1375. Additional spark-submit cleanupSandy Ryza2014-04-041-1/+1
| | | | | | | | Author: Sandy Ryza <sandy@cloudera.com> Closes #278 from sryza/sandy-spark-1375 and squashes the following commits: 5fbf1e9 [Sandy Ryza] SPARK-1375. Additional spark-submit cleanup
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-291-0/+50
| | | | | | | | | | | | | | | | | This is a starting version of the spark-app script for running compiled binaries against Spark. It still needs tests and some polish. The only testing I've done so far has been using it to launch jobs in yarn-standalone mode against a pseudo-distributed cluster. This leaves out the changes required for launching python scripts. I think it might be best to save those for another JIRA/PR (while keeping to the design so that they won't require backwards-incompatible changes). Author: Sandy Ryza <sandy@cloudera.com> Closes #86 from sryza/sandy-spark-1126 and squashes the following commits: d428d85 [Sandy Ryza] Commenting, doc, and import fixes from Patrick's comments e7315c6 [Sandy Ryza] Fix failing tests 34de899 [Sandy Ryza] Change --more-jars to --jars and fix docs 299ddca [Sandy Ryza] Fix scalastyle a94c627 [Sandy Ryza] Add newline at end of SparkSubmit 04bc4e2 [Sandy Ryza] SPARK-1126. spark-submit script
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-131-1/+1
| | | | | | | | | | | | 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
* more docsAli Ghodsi2013-12-061-1/+1
|
* Document all the URIs for addJar/addFileEvan Chan2013-11-011-1/+13
|
* Change port from 3030 to 4040Patrick Wendell2013-09-111-2/+2
|
* Fix some review commentsMatei Zaharia2013-09-081-1/+1
|
* Review commentsMatei Zaharia2013-09-081-0/+47
|
* Added cluster overview doc, made logo higher-resolution, and added moreMatei Zaharia2013-09-081-0/+65
| | | | details on monitoring
* Work in progress:Matei Zaharia2013-09-081-0/+5
- Add job scheduling docs - Rename some fair scheduler properties - Organize intro page better - Link to Apache wiki for "contributing to Spark"