- Jun 21, 2013
- Jun 13, 2013
-
-
Mingfei authored
-
- Jun 08, 2013
-
-
Mingfei authored
-
Mingfei authored
-
https://github.com/mesos/sparkMingfei authored
-
Mingfei authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Fix block manager UI display issue when enable spark.cleaner.ttl
-
Matei Zaharia authored
-
Matei Zaharia authored
[Spark-753] Fix ClusterSchedulSuite unit test failed
-
- Jun 04, 2013
-
-
Matei Zaharia authored
Fixing bug in BlockManager timeout
-
Patrick Wendell authored
-
Matei Zaharia authored
Bump akka and blockmanager timeouts to 60 seconds
-
Patrick Wendell authored
-
- Jun 02, 2013
-
-
Andrew xia authored
-
- May 31, 2013
-
-
Matei Zaharia authored
Unpersist More block manager cleanup.
-
Reynold Xin authored
BlockManagerMasterActor.
-
Reynold Xin authored
Implemented a removeRdd method in BlockManager, and use that to implement RDD.unpersist. Previously, unpersist needs to send B akka messages, where B = number of blocks. Now unpersist only needs to send W akka messages, where W = the number of workers.
-
- May 30, 2013
-
-
jerryshao authored
-
Reynold Xin authored
-
Reynold Xin authored
This prevents Spark from changing the original file's permission, and also allow add file to work on non-posix operating systems.
-
Reynold Xin authored
Netty and shuffle bug fixes
-
git://github.com/mesos/sparkShivaram Venkataraman authored
Conflicts: core/src/test/scala/spark/ShuffleSuite.scala
-
Reynold Xin authored
Skip fetching zero-sized blocks in NIO.
-
- May 29, 2013
-
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
Also unify splitLocalRemoteBlocks for netty/nio and add a test case
-
Matei Zaharia authored
Remove unused addIfNoPort.
-
Shivaram Venkataraman authored
Also convert the local-cluster test case to check for non-zero block sizes
-
Matei Zaharia authored
Use default classloaders for akka & deserializing task results
-
- May 28, 2013
-
-
Shivaram Venkataraman authored
a. Fix the port number by reading it from the bound channel b. Fix the shutdown sequence to make sure we actually block on the channel c. Fix the unit test to use two JVMs.
-
Stephen Haberman authored
-
- May 27, 2013
-
-
Matei Zaharia authored
Fix CheckpointRDD java.io.FileNotFoundException when calling getPreferredLocations
-
- May 26, 2013
-
-
Josh Rosen authored
Use ec2-metadata in start-slave.sh to detect if running on EC2
-
- May 25, 2013
-
-
Matei Zaharia authored
[SPARK-663]Implement Fair Scheduler in Spark Cluster Scheduler
-
Matei Zaharia authored
NonJavaSerializableClass should not be Java serializable...
-
- May 24, 2013
-
-
Reynold Xin authored
serializable.
-
Matei Zaharia authored
Automatically configure Netty port.
-