aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* when akka starts, use akkas default classloader (current thread)Imran Rashid2013-05-141-1/+1
* Merge pull request #601 from rxin/emptyrdd-masterMatei Zaharia2013-05-132-1/+37
|\
| * Added tests for joins, cogroups, and unions for EmptyRDD.Reynold Xin2013-05-061-0/+8
| * Added EmptyRDD.Reynold Xin2013-05-062-1/+29
* | Merge pull request #589 from mridulm/masterMatei Zaharia2013-05-1319-166/+339
|\ \
| * | Remove explicit hardcoding of yarn-standalone as args(0) if it is missing.Mridul Muralidharan2013-05-093-18/+3
| * | Merge branch 'master' of github.com:mridulm/sparkMridul Muralidharan2013-05-042-10/+38
| |\ \
| | * | Add support for instance local in getPreferredLocations of ZippedPartitionsBa...Mridul Muralidharan2013-05-042-10/+38
| * | | Merge from masterMridul Muralidharan2013-05-0420-102/+452
| |\ \ \ | | |/ / | |/| |
| * | | pull from masterMridul Muralidharan2013-05-0417-110/+369
| |\ \ \
| * | | | Fix ZippedRDD as part Matei's suggestionMridul Muralidharan2013-05-031-4/+15
| * | | | comment out debug versions of checkHost, etc from Utils - which were used to ...Mridul Muralidharan2013-05-021-2/+2
| * | | | Integrate review comments 2Mridul Muralidharan2013-05-023-77/+77
| * | | | Integrate review comments on pull requestMridul Muralidharan2013-05-026-50/+47
| * | | | Fix some npe introduced accidentallyMridul Muralidharan2013-05-012-9/+23
| * | | | a) Add support for hyper local scheduling - specific to a host + port - befor...Mridul Muralidharan2013-05-0114-99/+244
* | | | | Capturing class namePatrick Wendell2013-05-124-5/+8
* | | | | Small fixPatrick Wendell2013-05-111-1/+1
* | | | | Removing importPatrick Wendell2013-05-111-1/+1
* | | | | Changing technique to use same code path in all casesPatrick Wendell2013-05-114-22/+18
* | | | | Removing unnecessary mapPatrick Wendell2013-05-111-1/+1
* | | | | SPARK-738: Spark should detect and squash nonserializable exceptionsPatrick Wendell2013-05-112-2/+35
* | | | | Actually use the cleaned closure in foreachPartitionMark Hamstra2013-05-101-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #597 from JoshRosen/webui-fixesMatei Zaharia2013-05-047-13/+11
|\ \ \ \
| * | | | Fix SPARK-630: app details page shows finished executors as running.Josh Rosen2013-05-041-0/+1
| * | | | Fix wrong closing tags in web UI HTML.Josh Rosen2013-05-042-2/+2
| * | | | Fix SPARK-629: weird number of cores in job details page.Josh Rosen2013-05-044-11/+8
* | | | | Fixed flaky unpersist test in DistributedSuite.Reynold Xin2013-05-041-1/+0
* | | | | Merge branch 'unpersist-test' of github.com:shivaram/spark into blockmanagerReynold Xin2013-05-041-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix flaky test by changing catch and adding sleepShivaram Venkataraman2013-05-031-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #594 from shivaram/masterMatei Zaharia2013-05-033-0/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | Add zipPartitions to Java API.Shivaram Venkataraman2013-05-033-0/+52
* | | | Merge branch 'master' of github.com:mesos/spark into blockmanagerReynold Xin2013-05-0310-83/+297
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #592 from woggling/localdir-fixMatei Zaharia2013-05-021-2/+1
| |\ \ \
| | * | | Don't accept generated temp directory names that can't be created successfully.Charles Reiss2013-05-011-2/+1
| * | | | Merge pull request #581 from jerryshao/masterMatei Zaharia2013-05-021-12/+21
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | filter out Spark streaming block RDD and sort RDDInfo with idjerryshao2013-05-021-12/+21
| | |/ /
| * | | Added the unpersist api to JavaRDD.Reynold Xin2013-05-011-5/+11
| * | | Added removeRdd function in BlockManager.Reynold Xin2013-05-015-17/+51
| * | | Changed the type of the persistentRdds hashmap back toReynold Xin2013-05-011-1/+1
| * | | Added SparkContext.cleanup back. Not sure why it was removed before ...Reynold Xin2013-05-011-1/+1
| * | | Cleaned up Ram's code. Moved SparkContext.remove to RDD.unpersist.Reynold Xin2013-05-015-35/+68
| * | | Merged Ram's commit on removing RDDs.harshars2013-05-013-22/+59
| |/ /
| * | Merge pull request #586 from mridulm/masterMatei Zaharia2013-04-301-35/+131
| |\|
| | * Add addition catch block for exception tooMridul Muralidharan2013-05-011-0/+13
| | * Be more aggressive and defensive in all uses of SelectionKey in select loopMridul Muralidharan2013-05-011-17/+30
| | * Change indentationMridul Muralidharan2013-05-011-20/+20
| | * Be more aggressive and defensive in select alsoMridul Muralidharan2013-05-011-28/+55
| | * If key is not valid, close connectionMridul Muralidharan2013-04-301-0/+3
| | * Fix issues reported by ReynoldMridul Muralidharan2013-04-301-12/+52