- Jun 25, 2013
- Jun 24, 2013
- Jun 20, 2013
-
-
Evan Chan authored
-
- 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
-
- 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
-
-
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.
-
Reynold Xin authored
local-cluster pass. Previously they were failing because Netty was trying to bind to the same port for all processes. Pair programmed with @shivaram.
-
Matei Zaharia authored
bug fix: Shuffle block iterator is ignoring the shuffle serializer setting.
-
Reynold Xin authored
block iterators for local blocks. Also added a unit test for that.
-
Josh Rosen authored
PR #419 applied the same change, but only to start-master.sh, so some workers were still starting their web UI's using internal addresses. This should finally fix SPARK-613.
-
jerryshao authored
-
Matei Zaharia authored
Exclude old versions of Netty from Maven-based build
-
- May 21, 2013
-
-
Matei Zaharia authored
Use ARRAY_SAMPLE_SIZE constant instead of hard-coded 100.0 in SizeEstimator
-