aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * Some changes to streaming failure docs.Patrick Wendell2013-02-251-4/+6
| | | | | | | | | | | | TD gave me the go-ahead to just make these changes: - Define stateful dstream - Some minor wording fixes
* | Allow passing sparkHome and JARs to StreamingContext constructorMatei Zaharia2013-02-252-9/+5
| | | | | | | | | | Also warns if spark.cleaner.ttl is not set in the version where you pass your own SparkContext.
* | 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
|\ | | | | Change defaultPartitioner to use upstream split size.
| * Merge branch 'master' into bettersplitsStephen Haberman2013-02-245-3/+20
| |\ | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/RDD.scala core/src/main/scala/spark/scheduler/cluster/StandaloneSchedulerBackend.scala core/src/test/scala/spark/ShuffleSuite.scala
| * | Update default.parallelism docs, have StandaloneSchedulerBackend use it.Stephen Haberman2013-02-161-4/+4
| | | | | | | | | | | | | | | | | | Only brand new RDDs (e.g. parallelize and makeRDD) now use default parallelism, everything else uses their largest parent's partitioner or partition size.
* | | 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 ↵Tathagata Das2013-02-231-11/+74
| | | | | | | | | | | | Patrick.
* | | 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
|\| | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/rdd/CheckpointRDD.scala streaming/src/main/scala/spark/streaming/dstream/ReducedWindowedDStream.scala
| * | Merge pull request #461 from JoshRosen/fix/issue-tracker-linkMatei Zaharia2013-02-131-1/+1
| |\ \ | | | | | | | | Update issue tracker link in contributing guide
| | * | 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
| |/ / | | | | | | | | | | | | Conflicts: docs/_config.yml
| * | Merge pull request #460 from markhamstra/404Matei Zaharia2013-02-101-1/+1
| |\ \ | | |/ | |/| Fixed a 404 in 'Tuning Spark' -- missing '.html'
| | * 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
| |\ \ | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/RDD.scala
| * | | Change docs on 'reduce' since the merging of local reduces no longer preservesMark Hamstra2013-02-051-1/+1
| | |/ | |/| | | | | | | ordering, so the reduce function must also be commutative.
* | | Merge branch 'streaming' into ScrapCodes-streaming-actorTathagata Das2013-02-196-86/+252
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/plugin-custom-receiver.md streaming/src/main/scala/spark/streaming/StreamingContext.scala streaming/src/main/scala/spark/streaming/dstream/KafkaInputDStream.scala streaming/src/main/scala/spark/streaming/dstream/PluggableInputDStream.scala streaming/src/main/scala/spark/streaming/receivers/ActorReceiver.scala streaming/src/test/scala/spark/streaming/InputStreamsSuite.scala
| * | | Changed networkStream to socketStream and pluggableNetworkStream to become ↵Tathagata Das2013-02-181-5/+5
| | | | | | | | | | | | | | | | networkStream as a way to create streams from arbitrary network receiver.
| * | | Merge branch 'streaming' into ScrapCode-streamingTathagata Das2013-02-1813-96/+448
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: streaming/src/main/scala/spark/streaming/dstream/KafkaInputDStream.scala streaming/src/main/scala/spark/streaming/dstream/NetworkInputDStream.scala
| | * | | Added checkpointing and fault-tolerance semantics to the programming guide. ↵Tathagata Das2013-02-182-53/+195
| | | |/ | | |/| | | | | | | | | Fixed default checkpoint interval to being a multiple of slide duration. Fixed visibility of some classes and objects to clean up docs.
| | * | Merge pull request #430 from pwendell/pyspark-guideMatei Zaharia2013-01-301-2/+9
| | |\ \ | | | | | | | | | | Minor improvements to PySpark docs
| | | * | Make module help available in python shell.Patrick Wendell2013-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | Also, adds a line in doc explaining how to use.
| | | * | Inclue packaging and launching pyspark in guide.Patrick Wendell2013-01-301-2/+8
| | | | | | | | | | | | | | | | | | | | It's nicer if all the commands you need are made explicit.
| | * | | Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-6/+6
| | | | |
| | * | | Made StorageLevel constructor private, and added StorageLevels.create() to ↵Tathagata Das2013-01-232-2/+4
| | | | | | | | | | | | | | | | | | | | the Java API. Updates scala and java programming guides.
| | * | | 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
| |/ / |/| |