aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
|\|
| * 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.