aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Change version to 0.7.1-SNAPSHOT for development branchMatei Zaharia2013-02-271-2/+2
| |
| * Added commented-out Google analytics code for website docsMatei Zaharia2013-02-271-0/+16
| |
| * More doc tweaksMatei Zaharia2013-02-262-2/+4
| |
| * Some tweaks to docsMatei Zaharia2013-02-263-14/+18
| |
| * Switch docs to use Akka repo instead of TypesafeMatei Zaharia2013-02-251-3/+3
| |
| * Change version number to 0.7.0Matei Zaharia2013-02-251-1/+1
| |
| * Merge pull request #500 from pwendell/streaming-docsTathagata Das2013-02-251-2/+2
| |\ | | | | | | Minor changes based on feedback
| | * meta-dataPatrick Wendell2013-02-251-1/+1
| | |
| | * One more change done with TDPatrick Wendell2013-02-251-1/+1
| | |
| | * Minor changes based on feedbackPatrick Wendell2013-02-251-2/+2
| | |
| * | Some tweaks to docsMatei Zaharia2013-02-252-3/+3
| | |
| * | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-02-251-4/+6
| |\|