aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Some tweaks to docsMatei Zaharia2013-02-253-9/+9
| |/
| * Change doc color scheme slightly for Spark 0.7 (to differ from 0.6)Matei Zaharia2013-02-252-16/+16
| * Use a single setting for disabling API doc buildMatei Zaharia2013-02-252-4/+4
| * Merge pull request #459 from stephenh/bettersplitsMatei Zaharia2013-02-251-4/+4
| |\
| | * Merge branch 'master' into bettersplitsStephen Haberman2013-02-245-3/+20
| | |\
| | * | Update default.parallelism docs, have StandaloneSchedulerBackend use it.Stephen Haberman2013-02-161-4/+4
* | | | adding spark.streaming.blockInterval propertyseanm2013-04-161-0/+7
|/ / /
* | | Removing duplicate doc.Tathagata Das2013-02-242-103/+2
* | | Fixed class paths and dependencies based on Matei's comments.Tathagata Das2013-02-243-3/+104
* | | Updated streaming programming guide with Java API info, and comments from Pat...Tathagata Das2013-02-231-11/+74
* | | Change spark.cleaner.delay to spark.cleaner.ttl. Updated docs.Tathagata Das2013-02-232-4/+4
* | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-202-1/+2
|\ \ \ | | |/ | |/|
| * | Fixes link to issue tracker in documentation page "Contributing to Spark".Andy Konwinski2013-02-192-1/+2
* | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-205-4/+20
|\| |
| * | Merge pull request #461 from JoshRosen/fix/issue-tracker-linkMatei Zaharia2013-02-131-1/+1
| |\ \
| | * | Update issue tracker link in contributing guide.Josh Rosen2013-02-101-1/+1
| * | | Use a separate memory setting for standalone cluster daemonsMatei Zaharia2013-02-102-1/+17
| |/ /
| * | Merge pull request #460 from markhamstra/404Matei Zaharia2013-02-101-1/+1
| |\ \ | | |/ | |/|
| | * Fixed a 404 -- missing '.html'Mark Hamstra2013-02-101-1/+1
| * | Merge branch 'master' of https://github.com/mesos/spark into commutativeMark Hamstra2013-02-0813-44/+589
| |\ \
| * | | Change docs on 'reduce' since the merging of local reduces no longer preservesMark Hamstra2013-02-051-1/+1
| | |/ | |/|
* | | Merge branch 'streaming' into ScrapCodes-streaming-actorTathagata Das2013-02-196-86/+252
|\ \ \
| * | | Changed networkStream to socketStream and pluggableNetworkStream to become ne...Tathagata Das2013-02-181-5/+5
| * | | Merge branch 'streaming' into ScrapCode-streamingTathagata Das2013-02-1813-96/+448
| |\ \ \
| | * | | Added checkpointing and fault-tolerance semantics to the programming guide. F...Tathagata Das2013-02-182-53/+195
| | | |/ | | |/|
| | * | Merge pull request #430 from pwendell/pyspark-guideMatei Zaharia2013-01-301-2/+9
| | |\ \
| | | * | Make module help available in python shell.Patrick Wendell2013-01-301-0/+1
| | | * | Inclue packaging and launching pyspark in guide.Patrick Wendell2013-01-301-2/+8
| | * | | Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-6/+6
| | * | | Made StorageLevel constructor private, and added StorageLevels.create() to th...Tathagata Das2013-01-232-2/+4
| | * | | Add more Akka settings to docsMatei Zaharia2013-01-211-0/+16
| | * | | Clarify the documentation on env variables for standalone modeMatei Zaharia2013-01-211-22/+21
| | |/ /
| * | | Plug in actor as stream receiver APIPrashant Sharma2013-01-191-0/+101
* | | | actor as receiverPrashant Sharma2013-01-221-0/+101
| |/ / |/| |
* | | Merge branch 'master' into streamingMatei Zaharia2013-01-202-2/+3
|\ \ \
| * \ \ Merge pull request #387 from mateiz/python-accumulatorsJosh Rosen2013-01-201-1/+0
| |\ \ \
| | * | | Fix Python guide to say accumulators are availableMatei Zaharia2013-01-201-1/+0
| * | | | Changes based on Matei's commentPatrick Wendell2013-01-201-2/+3
| * | | | Clarifying log directory in EC2 guidePatrick Wendell2013-01-191-1/+2
| |/ / /
* | / / Merge branch 'master' into streamingTathagata Das2013-01-157-14/+199
|\| | | | |/ / |/| |
| * | Merge pull request #346 from JoshRosen/python-apiMatei Zaharia2013-01-127-11/+192
| |\ \
| | * | Add mapPartitionsWithSplit() to PySpark.Josh Rosen2013-01-081-1/+0
| | * | Add `pyspark` script to replace the other scripts.Josh Rosen2013-01-012-7/+46
| | * | Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-4/+4
| | * | Minor documentation and style fixes for PySpark.Josh Rosen2013-01-012-4/+7
| | * | Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-297-31/+33
| | |\|
| | * | Add documentation for Python API.Josh Rosen2012-12-285-6/+121
| | * | Add epydoc API documentation for PySpark.Josh Rosen2012-12-273-5/+30
| * | | add repositories section to simple job pom.xmlMichael Heuer2013-01-111-0/+10
| | |/ | |/|
* | | Added documentation for PairDStreamFunctions.Tathagata Das2013-01-131-20/+25