aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-251-0/+7
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-204-0/+166
* Principal Component AnalysisReza Zadeh2014-03-202-0/+14
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-191-1/+24
* [Spark-1261] add instructions for running python examples to doc overview pageDiana Carroll2014-03-171-2/+4
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-136-24/+23
* SPARK-1064Sandy Ryza2014-03-111-0/+6
* SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...Patrick Wendell2014-03-111-1/+12
* maintain arbitrary state data for each keyChen Chao2014-03-091-1/+1
* Fix markup errors introduced in #33 (SPARK-1189)Patrick Wendell2014-03-091-3/+3
* Add timeout for fetch fileJiacheng Guo2014-03-091-0/+9
* SPARK-929: Fully deprecate usage of SPARK_MEMAaron Davidson2014-03-091-1/+1
* SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN...Sandy Ryza2014-03-061-29/+36
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-063-0/+70
* SPARK-942: Do not materialize partitions when DISK_ONLY storage level is usedKyle Ellrott2014-03-061-0/+11
* Improve building with maven docsliguoqiang2014-03-051-1/+1
* SPARK-1178: missing document of spark.scheduler.revive.intervalCodingCat2014-03-041-0/+7
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-032-13/+55
* update proportion of memoryChen Chao2014-03-031-2/+2
* SPARK-1173. (#2) Fix typo in Java streaming example.Aaron Kimball2014-03-021-1/+1
* SPARK-1173. Improve scala streaming docs.Aaron Kimball2014-03-021-5/+33
* Add Jekyll tag to isolate "production-only" doc components.Patrick Wendell2014-03-023-5/+32
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-4/+0
* Revert "[SPARK-1150] fix repo location in create script"Patrick Wendell2014-03-011-2/+2
* [SPARK-1150] fix repo location in create scriptMark Grover2014-03-011-2/+2
* Removed reference to incubation in Spark user docs.Reynold Xin2014-02-278-24/+14
* SPARK-1121 Only add avro if the build is for Hadoop 0.23.X and SPARK_YARN is setPrashant Sharma2014-02-261-0/+4
* Updated link for pyspark examples in docsJyotiska NK2014-02-261-1/+1
* SPARK-1135: fix broken anchors in docsMatei Zaharia2014-02-261-28/+1
* SPARK-1053. Don't require SPARK_YARN_APP_JARSandy Ryza2014-02-261-4/+2
* Include reference to twitter/chill in tuning docsAndrew Ash2014-02-241-3/+6
* SPARK-1117: update accumulator docsXiangrui Meng2014-02-211-1/+1
* [SPARK-1105] fix site scala version error in docsCodingCat2014-02-198-26/+27
* Revert "[SPARK-1105] fix site scala version error in doc"Patrick Wendell2014-02-181-1/+1
* [SPARK-1105] fix site scala version error in docCodingCat2014-02-181-1/+1
* Fix typos in Spark Streaming programming guideAndrew Or2014-02-171-14/+13
* Typo: Standlone -> StandaloneAndrew Ash2014-02-142-4/+4
* Merge pull request #577 from hsaputra/fix_simple_streaming_doc.Henry Saputra2014-02-111-1/+1
* Merge pull request #579 from CrazyJvm/patch-1.Chen Chao2014-02-101-1/+1
* Merge pull request #566 from martinjaggi/copy-MLlib-d.Martin Jaggi2014-02-093-58/+405
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-2/+2
* Merge pull request #552 from martinjaggi/master. Closes #552.Martin Jaggi2014-02-089-472/+586
* Merge pull request #533 from andrewor14/master. Closes #533.Andrew Or2014-02-061-3/+1
* Merge pull request #524 from rxin/docReynold Xin2014-01-301-0/+8
* Merge pull request #497 from tdas/docs-updateTathagata Das2014-01-2819-300/+1163
* Merge pull request #466 from liyinan926/file-overwrite-newReynold Xin2014-01-271-0/+7
|\
| * Addressed comments from ReynoldYinan Li2014-01-181-1/+0
| * Allow files added through SparkContext.addFile() to be overwrittenYinan Li2014-01-181-0/+8
* | Deprecate mapPartitionsWithSplit in PySpark.Josh Rosen2014-01-231-2/+2
* | Merge pull request #478 from sryza/sandy-spark-1033Patrick Wendell2014-01-221-1/+1
|\ \