aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1680: use configs for specifying environment variables on YARNThomas Graves2014-08-051-5/+17
* SPARK-1528 - spark on yarn, add support for accessing remote HDFSThomas Graves2014-08-051-0/+7
* SPARK-2400 : fix spark.yarn.max.executor.failures explainationCrazyJvm2014-07-081-1/+1
* Fixed small running on YARN docs typoVlad2014-06-231-1/+1
* [SPARK-1395] Fix "local:" URI support in Yarn mode (again).Marcelo Vanzin2014-06-231-3/+25
* [SPARK-2051]In yarn.ClientBase spark.yarn.dist.* do not workwitgo2014-06-191-3/+17
* [SPARK-1930] The Container is running beyond physical memory limits, so as to...witgo2014-06-161-0/+14
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-301-26/+65
* [SPARK-1753 / 1773 / 1814] Update outdated docs for spark-submit, YARN, stand...Andrew Or2014-05-121-4/+11
* SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.Patrick Wendell2014-05-081-1/+1
* SPARK-1492. Update Spark YARN docs to use spark-submitSandy Ryza2014-05-021-87/+30
* SPARK-1408 Modify Spark on Yarn to point to the history server when app ...Thomas Graves2014-04-171-0/+1
* SPARK-1376. In the yarn-cluster submitter, rename "args" option to "arg"Sandy Ryza2014-04-011-3/+4
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-291-2/+4
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-131-15/+14
* SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN...Sandy Ryza2014-03-061-29/+36
* SPARK-1053. Don't require SPARK_YARN_APP_JARSandy Ryza2014-02-261-4/+2
* [SPARK-1105] fix site scala version error in docsCodingCat2014-02-191-8/+8
* Incorporate Tom's comments - update doc and code to reflect that core request...Sandy Ryza2014-01-211-1/+1
* SPARK-1033. Ask for cores in Yarn container requestsSandy Ryza2014-01-201-1/+1
* yarn-client addJar fix and misc otherThomas Graves2014-01-091-2/+13
* Merge pull request #345 from colorant/yarnThomas Graves2014-01-081-0/+2
|\
| * Export --file for YarnClient mode to support sending extra files to worker on...Raymond Liu2014-01-071-0/+2
* | Code review feedbackHolden Karau2014-01-051-3/+3
|/
* Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-031-7/+4
|\
| * Merge pull request #317 from ScrapCodes/spark-915-segregate-scriptsPatrick Wendell2014-01-031-4/+4
| |\
| | * sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-031-2/+2
| | * run-example -> bin/run-examplePrashant Sharma2014-01-021-1/+1
| | * spark-shell -> bin/spark-shellPrashant Sharma2014-01-021-1/+1
| | * Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-021-2/+2
| | |\
| | | * added spark-class and spark-executor to sbinshane-huang2013-09-231-2/+2
| * | | fix docs for yarnRaymond Liu2014-01-031-3/+0
| * | | Update maven build documentationRaymond Liu2014-01-031-1/+1
| * | | Fix yarn/README.md and update docs/running-on-yarn.mdRaymond Liu2014-01-031-1/+1
| |/ /
* | | fixed review commentsPrashant Sharma2014-01-031-2/+2
* | | Removed sbt folder and changed docs accordinglyPrashant Sharma2014-01-021-3/+3
|/ /
* | Fix list rendering in YARN markdown docs.Patrick Wendell2013-12-101-5/+7
* | Various broken links in documentationPatrick Wendell2013-12-071-2/+2
* | more docsAli Ghodsi2013-12-061-1/+1
* | Updated documentation about the YARN v2.2 build processAli Ghodsi2013-12-061-0/+8
* | Add YarnClientClusterScheduler and Backend.Raymond Liu2013-11-221-2/+25
* | Impove Spark on Yarn Error handlingtgravescs2013-11-191-0/+2
* | Allow spark on yarn to be run from HDFS. Allows the spark.jar, app.jar, and l...tgravescs2013-11-041-0/+1
* | Merge remote-tracking branch 'tgravescs/sparkYarnDistCache'Matei Zaharia2013-10-101-1/+8
|\ \
| * | Adding in the --addJars option to make SparkContext.addJar work on yarn and c...tgravescs2013-10-031-0/+2
| * | Support distributed cache files and archives on spark on yarn and attempt to ...Y.CORP.YAHOO.COM\tgraves2013-09-231-1/+6
| |/
* / Allow users to set the application name for Spark on Yarntgravescs2013-10-021-0/+1
|/
* Clarify YARN exampleJey Kottalam2013-09-061-9/+22
* Review comment changes and update to org.apache packagingY.CORP.YAHOO.COM\tgraves2013-09-031-3/+3
* Merge remote-tracking branch 'mesos/master' into yarnUILinkY.CORP.YAHOO.COM\tgraves2013-09-031-28/+11
|\