aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change version to 0.7.1-SNAPSHOT for development branchMatei Zaharia2013-02-274-5/+5
* Added commented-out Google analytics code for website docsMatei Zaharia2013-02-271-0/+16
* Use new Spark EC2 scripts by defaultv0.7.0Matei Zaharia2013-02-262-8/+8
* More doc tweaksMatei Zaharia2013-02-262-2/+4
* Some tweaks to docsMatei Zaharia2013-02-263-14/+18
* Small hack to work around multiple JARs being built by sbt packageMatei Zaharia2013-02-261-5/+6
* Fix a problem with no hosts being counted as alive in the first jobMatei Zaharia2013-02-261-3/+3
* Fix overly large thread names in PySparkMatei Zaharia2013-02-261-2/+2
* Switch docs to use Akka repo instead of TypesafeMatei Zaharia2013-02-251-3/+3
* Change version number to 0.7.0Matei Zaharia2013-02-253-3/+3
* Merge branch 'master' of https://github.com/mesos/sparkMatei Zaharia2013-02-251-1/+1
|\
| * Merge pull request #503 from pwendell/bug-fixMatei Zaharia2013-02-251-1/+1
| |\
| | * createNewSparkContext should use sparkHome/jars/environment.Patrick Wendell2013-02-251-1/+1
* | | Fix Windows script for finding examples JARMatei Zaharia2013-02-251-4/+4
|/ /
* / Pass a code JAR to SparkContext in our examples. Fixes SPARK-594.Matei Zaharia2013-02-2538-82/+174
|/
* Merge pull request #502 from tdas/masterMatei Zaharia2013-02-251-2/+2
|\
| * Changed Flume test to use the same port as other tests, so that can be contro...Tathagata Das2013-02-251-2/+2
* | Merge pull request #501 from tdas/masterMatei Zaharia2013-02-252-3/+17
|\|
| * Fixed replication bug in BlockManagerTathagata Das2013-02-252-3/+17
|/
* Fixed something that was reported as a compile error in ScalaDoc.Matei Zaharia2013-02-252-3/+3
* Update Hadoop dependency to 1.0.4Matei Zaharia2013-02-252-3/+3
* Merge pull request #500 from pwendell/streaming-docsTathagata Das2013-02-251-2/+2
|\
| * 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
|\|
| * Merge pull request #499 from pwendell/streaming-docsMatei Zaharia2013-02-251-4/+6
| |\
| | * Some changes to streaming failure docs.Patrick Wendell2013-02-251-4/+6
* | | Allow passing sparkHome and JARs to StreamingContext constructorMatei Zaharia2013-02-258-22/+76
* | | Set spark.deploy.spreadOut to true by default in 0.7 (improves locality)Matei Zaharia2013-02-251-1/+1
* | | Some tweaks to docsMatei Zaharia2013-02-253-9/+9
|/ /
* | Add a config property for Akka lifecycle event loggingMatei Zaharia2013-02-251-2/+4
* | Fix compile errorMatei Zaharia2013-02-252-2/+2
* | Use public method sparkContext instead of protected sc in streaming examplesMatei Zaharia2013-02-253-4/+4
|/
* 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 branch 'master' of github.com:mesos/sparkMatei Zaharia2013-02-251-1/+1
|\
| * Merge pull request #498 from pwendell/shutup-akkaMatei Zaharia2013-02-251-1/+1
| |\
| | * Disable remote lifecycle logging from Akka.Patrick Wendell2013-02-251-1/+1
* | | Change tabs to spacesMatei Zaharia2013-02-251-15/+15
|/ /
* | Get spark.default.paralellism on each call to defaultPartitioner,Matei Zaharia2013-02-251-4/+1
* | Merge pull request #459 from stephenh/bettersplitsMatei Zaharia2013-02-259-42/+94
|\ \ | |/ |/|
| * Use default parallelism if its set.Stephen Haberman2013-02-242-6/+19
| * Merge branch 'master' into bettersplitsStephen Haberman2013-02-24117-879/+1755
| |\
| * | Update more javadocs.Stephen Haberman2013-02-162-15/+17
| * | Tweak test names.Stephen Haberman2013-02-161-2/+2
| * | Remove fileServerSuite.txt.Stephen Haberman2013-02-161-1/+0
| * | Update default.parallelism docs, have StandaloneSchedulerBackend use it.Stephen Haberman2013-02-168-28/+43
| * | Change defaultPartitioner to use upstream split size.Stephen Haberman2013-02-103-6/+29