- May 03, 2013
-
-
Reynold Xin authored
-
Reynold Xin 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
-
jerryshao 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
-
Matei Zaharia authored
Pull request to address issues Reynold Xin reported
-
- Apr 30, 2013
-
-
Reynold Xin authored
-
Reynold Xin authored
Conflicts: core/src/main/scala/spark/BlockStoreShuffleFetcher.scala
-
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
-
Reynold Xin authored
size is 8KB in FastBufferedOutputStream, which is too small and would cause a lot of disk seeks.
-
Reynold Xin authored
consolidate shuffle output files.
-
- Apr 29, 2013
-
-
Reynold Xin authored
-
Matei Zaharia authored
-
Reynold Xin authored
Conflicts: core/src/main/scala/spark/storage/DiskStore.scala
-
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
-