aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* update YARN docsJey Kottalam2013-08-151-2/+2
|
* Merge pull request #809 from shivaram/sgd-cleanupEvan Sparks2013-08-122-1/+2
|\ | | | | Clean up scaladoc in ML Lib.
| * Add ML Lib scaladoc to API dropdownShivaram Venkataraman2013-08-111-0/+1
| |
| * Clean up scaladoc in ML Lib.Shivaram Venkataraman2013-08-111-1/+1
| | | | | | | | | | Also build and copy ML Lib scaladoc in Spark docs build. Some more minor cleanup with respect to naming, test locations etc.
* | Removing dead docsPatrick Wendell2013-08-111-41/+0
|/
* Merge pull request #787 from ash211/masterMatei Zaharia2013-08-061-1/+1
|\ | | | | Update spark-standalone.md
| * Update spark-standalone.mdAndrew Ash2013-08-071-1/+1
| |
* | Merge remote-tracking branch 'dlyubimov/SPARK-827'Matei Zaharia2013-07-311-0/+8
|\ \ | | | | | | | | | | | | Conflicts: docs/configuration.md
| * | typoDmitriy Lyubimov2013-07-271-1/+1
| | |
| * | changes per comments.Dmitriy Lyubimov2013-07-271-0/+8
| | |
* | | Documentation update for compression codec.Reynold Xin2013-07-301-3/+18
| | |
* | | Add docs about ipythonMatei Zaharia2013-07-291-3/+31
| | |
* | | Consistently invoke bash with /usr/bin/env bash in scripts to make code more ↵Ubuntu2013-07-181-1/+1
| | | | | | | | | | | | portable (JIRA Ticket SPARK-817)
* | | Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
| | |
* | | Add an option to disable reference tracking in KryoMatei Zaharia2013-07-151-1/+11
| | |
* | | Fixes typos in Spark Streaming Programming GuideAndy Konwinski2013-07-121-2/+2
| | | | | | | | | These typos were reported on the spark-users mailing list, see: https://groups.google.com/d/msg/spark-users/SyLGgJlKCrI/LpeBypOkSMUJ
* | | Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-061-2/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/scheduler/DAGScheduler.scala core/src/main/scala/spark/util/AkkaUtils.scala pom.xml
| * | | Adding config option for retained stagesPatrick Wendell2013-06-261-2/+9
| |/ /
* | | Clarify that PySpark is not supported on Windowsroot2013-07-011-3/+2
| | |
* | | Update docs on SCALA_LIBRARY_PATHMatei Zaharia2013-06-301-1/+3
| | |
* | | Made use of spark.executor.memory setting consistent and documented itMatei Zaharia2013-06-303-17/+25
| | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/SparkContext.scala
* | | Simplify Python docs a little to do substring searchMatei Zaharia2013-06-261-4/+3
| | |
* | | Merge branch 'master' into streamingTathagata Das2013-06-2417-108/+245
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: .gitignore
| * | | ADD_JARS environment variable for spark-shellMatei Zaharia2013-06-221-2/+8
| |/ /
| * | Fixed a couple typos and formating problems in the YARN documentation.Reynold Xin2013-05-171-9/+11
| | |
| * | Merge branch 'master' of https://github.com/mridulm/sparkReynold Xin2013-05-171-1/+1
| |\ \
| | * | Fix example jar nameMridul Muralidharan2013-05-171-1/+1
| | | |
| * | | Updated Scala version in docs generation ruby script.Reynold Xin2013-05-161-1/+1
| |/ /
| * | Fix documentation to use yarn-standalone as masterMridul Muralidharan2013-05-161-2/+2
| | |
| * | Fix running on yarn documentationMridul Muralidharan2013-05-161-4/+22
| | |
| * | Docs: Mention spark shell's default for MASTERAndrew Ash2013-05-151-0/+2
| | |
| * | 1) Add support for HADOOP_CONF_DIR (and/or YARN_CONF_DIR - use either) : ↵Mridul Muralidharan2013-05-111-0/+3
| | | | | | | | | | | | | | | | | | which is used to specify the client side configuration directory : which needs to be part of the CLASSPATH. 2) Move from var+=".." to var="$var.." : the former does not work on older bash shells unfortunately.
| * | Merge pull request #580 from pwendell/quickstartMatei Zaharia2013-04-251-10/+11
| |\ \ | | | | | | | | SPARK-739 Have quickstart standlone job use README
| | * | SPARK-739 Have quickstart standlone job use READMEPatrick Wendell2013-04-251-10/+11
| | | |
| * | | Attempt at fixing merge conflictMridul Muralidharan2013-04-245-10/+10
| |\| |
| | * | Update quick-start.md heading on Operations (not just Transformations).Andy Konwinski2013-04-121-2/+2
| | | |
| | * | Typos: cluser -> clusterAndrew Ash2013-04-101-2/+2
| | | |
| | * | Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-081-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/_config.yml project/SparkBuild.scala
| | | * | Bump development version to 0.8.0Jey Kottalam2013-03-281-2/+2
| | | |/
| | * | Updated link to SBTMatei Zaharia2013-04-071-1/+1
| | | |
| | * | Update Scala version in docsMatei Zaharia2013-04-072-3/+3
| | | |
| * | | Add some basic documentationMridul Muralidharan2013-04-191-9/+22
| |/ /
| * | Merge pull request #545 from ash211/patch-1Matei Zaharia2013-03-291-8/+10
| |\ \ | | | | | | | | Don't use deprecated Application in example
| | * | Don't use deprecated Application in exampleAndrew Ash2013-03-281-8/+10
| | |/ | | | | | | | | | | | | As of 2.9.0 extending from Application is not recommended http://www.scala-lang.org/api/2.9.3/index.html#scala.Application
| * / Update tuning.mdAndrew Ash2013-03-281-1/+1
| |/ | | | | Make the example more compilable
| * Fixing typos pointed out by MateiAndy Konwinski2013-03-201-2/+2
| |
| * Adds page to docs about building using Maven.Andy Konwinski2013-03-173-0/+70
| | | | | | | | | | | | | | Adds links to new instructions in: * The main Spark project README.md * The docs nav menu called "More" * The docs Overview page under the "Building" and "Where to Go from Here" sections
| * Fix broken link to YARN documentation.Andy Konwinski2013-03-131-1/+1
| |
| * Fix another broken link in quick start.Andy Konwinski2013-03-131-1/+1
| |
| * Fix broken link in Quick Start.Andy Konwinski2013-03-131-1/+1
| |