aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-0419-102/+426
|\ \ | |/ |/|
| * Merge pull request #594 from shivaram/masterMatei Zaharia2013-05-032-0/+26
| |\
| | * Add zipPartitions to Java API.Shivaram Venkataraman2013-05-032-0/+26
| * | Merge branch 'master' of github.com:mesos/spark into blockmanagerReynold Xin2013-05-037-79/+218
| |\ \
| * | | Updated according to Matei's code review comment.Reynold Xin2013-05-0310-88/+98
| * | | Two minor fixes according to Ryan LeCompte's review.Reynold Xin2013-04-302-12/+2
| * | | Merge branch 'master' of github.com:mesos/spark into blockmanagerReynold Xin2013-04-304-60/+10
| |\ \ \
| * | | | Allow specifying the shuffle write file buffer size. The default bufferReynold Xin2013-04-293-8/+10
| * | | | Added a shuffle block manager so it is easier in the future toReynold Xin2013-04-295-51/+175
| * | | | Merge branch 'blockmanager' of github.com:rxin/spark into blockmanagerReynold Xin2013-04-2915-92/+269
| |\ \ \ \
| | * | | | Allow the specification of a shuffle serializer in the read path (forReynold Xin2013-04-243-15/+24
| | * | | | Allow changing the serializer on a per shuffle basis.Reynold Xin2013-04-2414-82/+153
| | * | | | Added a BlockObjectWriter interface in block manager so ShuffleMapTaskReynold Xin2013-04-237-32/+129
* | | | | | pull from masterMridul Muralidharan2013-05-0411-104/+244
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | 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-014-17/+26
| * | | | | 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-013-22/+24
| * | | | | Merged Ram's commit on removing RDDs.harshars2013-05-011-22/+40
| |/ / / /
| * | | | Merge pull request #586 from mridulm/masterMatei Zaharia2013-04-301-35/+131
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #585 from pwendell/listener-perfMatei Zaharia2013-04-304-60/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Using full package name for utilPatrick Wendell2013-04-291-1/+1
| | * | | Modified version of the fix which just removes all per-record tracking.Patrick Wendell2013-04-293-62/+2
| | * | | Spark-742: TaskMetrics should not employ per-record timing.Patrick Wendell2013-04-294-27/+36
| * | | | Rename partition class and add scala docShivaram Venkataraman2013-04-282-6/+12
| * | | | Actually rename classes to ZippedPartitions*Shivaram Venkataraman2013-04-282-22/+22
| * | | | Rename classes from MapZipped* to Zipped*Shivaram Venkataraman2013-04-281-0/+0
| * | | | Rename to zipPartitions and style changesShivaram Venkataraman2013-04-282-22/+24
| * | | | Add an interface to zip iterators of multiple RDDsShivaram Venkataraman2013-04-262-0/+140
| |/ / /
* | | | 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-0111-95/+236
| |/ / |/| |
* | | 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
|/ /
* | Create an empty directory when checkpointing a 0-partition RDD (fixes aMatei Zaharia2013-04-251-4/+11
* | Attempt at fixing merge conflictMridul Muralidharan2013-04-248-28/+29
|\|