- Aug 15, 2013
-
-
Reynold Xin authored
-
Reynold Xin authored
-
- Aug 14, 2013
-
-
Reynold Xin authored
A few small scheduler / job description changes.
-
Reynold Xin authored
-
Reynold Xin authored
1. Renamed SparkContext.addLocalProperty to setLocalProperty. And allow this function to unset a property. 2. Renamed SparkContext.setDescription to setCurrentJobDescription. 3. Throw an exception if the fair scheduler allocation file is invalid.
-
Matei Zaharia authored
Adding GC Stats to TaskMetrics (and three small fixes)
-
Patrick Wendell authored
-
Reynold Xin authored
Fixed 2 bugs in executor UI (incl. SPARK-877)
-
Kay Ousterhout authored
1) UI crashed if the executor UI was loaded before any tasks started. 2) The total tasks was incorrectly reported due to using string (rather than int) arithmetic.
-
- Aug 13, 2013
-
-
Matei Zaharia authored
Set SPARK_CLASSPATH for maven repl tests
-
Shivaram Venkataraman authored
-
Matei Zaharia authored
Update to Mesos 0.12.1
-
Matei Zaharia authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
This fixes an error where empty cells are missing if a given task has no shuffle read/write.
-
Matei Zaharia authored
Print run command to stderr rather than stdout
-
Matei Zaharia authored
Properly account for killed tasks.
-
Patrick Wendell authored
-
Kay Ousterhout authored
-
Kay Ousterhout authored
The TaskState class's isFinished() method didn't return true for KILLED tasks, which means some resources are never reclaimed for tasks that are killed. This also made it inconsistent with the isFinished() method used by CoarseMesosSchedulerBackend.
-
Patrick Wendell authored
Minor clean-up in metrics servlet code
-
Patrick Wendell authored
-
Patrick Wendell authored
Add MetricsServlet for Spark metrics system
-
- Aug 12, 2013
-
-
Matei Zaharia authored
Simple PageRank algorithm implementation in Python for SPARK-760
-
Matei Zaharia authored
Implementing SPARK-865: Add the equivalent of ADD_JARS to PySpark
-
Andre Schumacher authored
Now ADD_FILES uses a comma as file name separator.
-
Matei Zaharia authored
Create SparkContext in beforeAll for MLLib tests
-
Matei Zaharia authored
Change scala.Option to Guava Optional in Java APIs
-
Josh Rosen authored
-
Evan Sparks authored
Clean up scaladoc in ML Lib.
-
Matei Zaharia authored
Changed yarn.version to 2.0.5 in pom.xml
-
Shivaram Venkataraman authored
-
jerryshao authored
-
jerryshao authored
-
- Aug 11, 2013
-
-
Reynold Xin authored
Remove now dead code inside of docs
-
Patrick Wendell authored
-
Shivaram Venkataraman authored
Also build and copy ML Lib scaladoc in Spark docs build. Some more minor cleanup with respect to naming, test locations etc.
-