- Mar 10, 2013
-
-
Matei Zaharia authored
Notify standalone deploy client of application death.
-
Matei Zaharia authored
Conflicts: core/src/main/scala/spark/storage/BlockManagerMaster.scala core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
-
- Mar 09, 2013
-
-
Charles Reiss authored
Usually, this isn't necessary since the application will be removed as a result of the deploy client disconnecting, but occassionally, the standalone deploy master removes an application otherwise. Also mark applications as FAILED instead of FINISHED when they are killed as a result of their executors failing too many times.
-
- Mar 04, 2013
-
-
Matei Zaharia authored
-
- Mar 03, 2013
-
-
Matei Zaharia authored
Fixed SPARK-706: Failures in block manager put leads to read task hanging.
-
Matei Zaharia authored
Track assorted metrics for each task, report summaries to user at stage completion
-
Imran Rashid authored
-
Imran Rashid authored
-
Imran Rashid authored
-
Imran Rashid authored
-
Matei Zaharia authored
Worker address was getting removed when removing an app.
-
Matei Zaharia authored
Avoid bind failure in InputStreamsSuite
-
- Mar 01, 2013
-
-
Mark Hamstra authored
Instead of failing to bind to a fixed, already-in-use port, let the OS choose an available port for TestServer.
-
Matei Zaharia authored
bump version to 0.7.1-SNAPSHOT in the subproject poms
-
Mark Hamstra authored
-
- Feb 28, 2013
-
-
Reynold Xin authored
hanging.
-
- Feb 27, 2013
-
-
Mosharaf Chowdhury authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Feb 26, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Stephen Haberman authored
-
Matei Zaharia authored
-
- Feb 25, 2013
-
-
Stephen Haberman authored
-
Stephen Haberman authored
Conflicts: core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
createNewSparkContext should use sparkHome/jars/environment.
-
Patrick Wendell authored
This fixes a bug introduced by Matei's recent change.
-
Matei Zaharia authored
-
Matei Zaharia authored
Very minor change in a testcase
-
Tathagata Das authored
-
Matei Zaharia authored
Fixed bug in BlockManager and added a testcase
-
Tathagata Das authored
-
Matei Zaharia authored
For some reason, ScalaDoc complained about no such constructor for StreamingContext; it doesn't seem like an actual Scala error but it prevented sbt publish and from working because docs weren't built.
-