aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix TaskMetrics not being serializableMatei Zaharia2013-03-041-6/+13
* Merge pull request #506 from rxin/spark-706Matei Zaharia2013-03-032-51/+120
|\
| * Fixed SPARK-706: Failures in block manager put leads to read taskReynold Xin2013-02-282-51/+120
* | minor cleanup based on feedback in review requestImran Rashid2013-03-034-24/+24
* | change CleanupIterator to CompletionIteratorImran Rashid2013-03-033-27/+27
* | refactoring of TaskMetricsImran Rashid2013-03-036-59/+110
* | Merge branch 'master' into stageInfoImran Rashid2013-03-0329-107/+474
|\ \
| * \ Merge pull request #504 from mosharaf/masterMatei Zaharia2013-03-022-2/+2
| |\ \
| | * | Fixed master datastructure updates after removing an application; and a typo.Mosharaf Chowdhury2013-02-272-2/+2
| * | | bump version to 0.7.1-SNAPSHOT in the subproject poms to keep the maven build...Mark Hamstra2013-02-281-1/+1
| |/ /
| * | 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
| * | Fixed replication bug in BlockManagerTathagata Das2013-02-252-3/+17
| * | Allow passing sparkHome and JARs to StreamingContext constructorMatei Zaharia2013-02-252-3/+3
| * | Set spark.deploy.spreadOut to true by default in 0.7 (improves locality)Matei Zaharia2013-02-251-1/+1
| * | Add a config property for Akka lifecycle event loggingMatei Zaharia2013-02-251-2/+4
| * | 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
| * | | Get spark.default.paralellism on each call to defaultPartitioner,Matei Zaharia2013-02-251-4/+1
| * | | Merge pull request #459 from stephenh/bettersplitsMatei Zaharia2013-02-258-38/+90
| |\ \ \ | | |/ / | |/| |
| | * | Use default parallelism if its set.Stephen Haberman2013-02-242-6/+19
| | * | Merge branch 'master' into bettersplitsStephen Haberman2013-02-2492-793/+1260
| | |\ \
| | * | | 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-167-24/+39
| | * | | Change defaultPartitioner to use upstream split size.Stephen Haberman2013-02-103-6/+29
| * | | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-2416-47/+339
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #468 from haitaoyao/masterMatei Zaharia2013-02-231-1/+1
| | |\ \ \
| | | * \ \ Merge branch 'mesos'haitao.yao2013-02-213-7/+37
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Merge branch 'mesos'haitao.yao2013-02-201-0/+12
| | | |\ \ \
| | | * \ \ \ Merge branch 'mesos'haitao.yao2013-02-1977-704/+744
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-1643-162/+239
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-053-5/+11
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-0436-358/+1137
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-012-26/+24
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | bug fix for javadochaitao.yao2013-01-311-1/+1
| | * | | | | | | | | | Add subtract to JavaRDD, JavaDoubleRDD, and JavaPairRDD.Stephen Haberman2013-02-243-1/+63
| | * | | | | | | | | | Update for split->partition rename.Stephen Haberman2013-02-243-17/+17
| | * | | | | | | | | | Merge branch 'master' into subtractStephen Haberman2013-02-2384-751/+907
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Responding to code reviewPatrick Wendell2013-02-231-5/+10
| | | * | | | | | | | | | Adding Java-accessible methods to Vector.scalaPatrick Wendell2013-02-231-0/+5
| | | * | | | | | | | | | Handle exceptions in RecordReader.close() better (suggested by JimMatei Zaharia2013-02-232-9/+23
| | | * | | | | | | | | | Merge pull request #490 from woggling/conn-deathMatei Zaharia2013-02-222-4/+41
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Add fault tolerance test that uses replicated RDDs.Charles Reiss2013-02-221-0/+21
| | | | * | | | | | | | | | Detect when SendingConnections drop by trying to read them.Charles Reiss2013-02-221-4/+20
| | | | | |_|_|_|_|_|_|/ / | | | | |/| | | | | | | |
| | | * | | | | | | | | | Several fixes to the work to log when no resources can be used by a job.Matei Zaharia2013-02-222-8/+12
| | | * | | | | | | | | | Merge remote-tracking branch 'pwendell/starvation-check'Matei Zaharia2013-02-222-3/+32
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Minor fixesPatrick Wendell2013-02-091-1/+0
| | | | * | | | | | | | | | Changing to use Timer based on code reviewPatrick Wendell2013-02-092-39/+20