- May 29, 2013
-
-
Matei Zaharia authored
Use default classloaders for akka & deserializing task results
-
- 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
-
Charles Reiss authored
-
Reynold Xin authored
DistributedSuite: remove dead code
-
Charles Reiss authored
-
- May 20, 2013
-
-
Andrew xia authored
-
- May 18, 2013
-
-
Jey Kottalam authored
-
- May 17, 2013
-
-
Reynold Xin authored
Throw exception if TaskResult exceeds Akka frame size
-
Reynold Xin authored
called.
-
Reynold Xin authored
-
Reynold Xin authored
-
Andrew xia authored
Conflicts: core/src/main/scala/spark/SparkContext.scala core/src/main/scala/spark/scheduler/cluster/ClusterScheduler.scala core/src/main/scala/spark/scheduler/cluster/TaskSetManager.scala
-
Andrew xia authored
-
- May 16, 2013
-
-
Mridul Muralidharan authored
-
Reynold Xin authored
Maven build fix & two other small changes
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
check for core classes in run. This fixed the problem that core tests depend on whether repl module is compiled or not.
-
Reynold Xin authored
-
Reynold Xin authored
-
Andrew xia authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Josh Rosen authored
-
- May 15, 2013
-
-
Matei Zaharia authored
Manual merge & cleanup of Shane's Shuffle Performance Optimization
-