- Aug 15, 2013
-
-
Matei Zaharia authored
fixing typo in conf/slaves
-
seanm authored
-
Reynold Xin authored
This reverts commit 230ab272, reversing changes made to 659553b2.
-
Reynold Xin authored
Updated json output to allow for display of worker state
-
Patrick Wendell authored
Rename `memoryBytesToString` and `memoryMegabytesToString`
-
Matei Zaharia authored
Fix PySpark unit tests on Python 2.6
-
Patrick Wendell authored
These are used all over the place now and they are not specific to memory at all. memoryBytesToString --> bytesToString memoryMegabytesToString --> megabytesToString
-
Reynold Xin authored
Various UI improvements.
-
Reynold Xin authored
-
Daemoen authored
Ops teams need to ensure that the cluster is functional and performant. Having to scrape the html source for worker state won't work reliably, and will be slow. By exposing the state in the json output, ops teams are able to ensure a fully functional environment by querying for the json output and parsing for dead nodes.
-
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)
-
Josh Rosen authored
-
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
-