- May 04, 2013
-
-
Mridul Muralidharan authored
Add support for instance local in getPreferredLocations of ZippedPartitionsBaseRDD. Add comments to both ZippedPartitionsBaseRDD and ZippedRDD to better describe the potential problem with the approach
-
- May 03, 2013
-
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
- May 02, 2013
-
-
Matei Zaharia authored
Don't accept generated local directory names that can't be created
-
Matei Zaharia authored
fix [SPARK-740] block manage UI throws exception when enabling Spark Streaming
-
Charles Reiss authored
-
Matei Zaharia authored
RDD.unpersist: probably the most desired feature of Spark
-
- May 01, 2013
-
-
Reynold Xin authored
-
Reynold Xin authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
jerryshao authored
-
Mridul Muralidharan authored
-
Jey Kottalam authored
-
Reynold Xin authored
TimeStampedHashMap.
-
Reynold Xin authored
-
Reynold Xin authored
Also updated unit tests to make sure they are properly testing for concurrency.
-
harshars authored
Conflicts: core/src/main/scala/spark/SparkContext.scala
-
Reynold Xin authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
a) Add support for hyper local scheduling - specific to a host + port - before trying host local scheduling. b) Add some fixes to test code to ensure it passes (and fixes some other issues). c) Fix bug in task scheduling which incorrectly used availableCores instead of all cores on the node.
-
Matei Zaharia authored
Pull request to address issues Reynold Xin reported
-
- Apr 30, 2013
-
-
Reynold Xin authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Reynold Xin authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Reynold Xin authored
-
Matei Zaharia authored
[Fix SPARK-742] Task Metrics should not employ per-record timing by default
-
Mridul Muralidharan authored
-
- Apr 29, 2013
-
-
Matei Zaharia authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
This patch does three things: 1. Makes TimedIterator a trait with two implementations (one a no-op) 2. Makes the default behavior to use the no-op implementation 3. Removes DelegateBlockFetchTracker. This is just cleanup, but it seems like the triat doesn't really reduce complexity in any way. In the future we can add other implementations, e.g. ones which perform sampling.
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Apr 28, 2013
-
-
Matei Zaharia authored
Add zip partitions interface
-