- Aug 19, 2013
-
-
Reynold Xin authored
Made PairRDDFunctions taking only Tuple2, but made the rest of the shuffle code path working with general Product2.
-
- Aug 18, 2013
-
-
Reynold Xin authored
-
Reynold Xin authored
Allow subclasses of Product2 in all key-value related classes (ShuffleDependency, PairRDDFunctions, etc).
-
Matei Zaharia authored
Two minor RDD refactoring
-
- Aug 17, 2013
-
-
Reynold Xin authored
Moved shuffle serializer setting from a constructor parameter to a setSerializer method in various RDDs that involve shuffle operations.
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
-
- Aug 16, 2013
-
-
Matei Zaharia authored
Currying RDD.zipPartitions
-
Joseph E. Gonzalez authored
-
Reynold Xin authored
Use the JSON formatter from Scala library and removed dependency on lift-json.
-
- Aug 15, 2013
-
-
Matei Zaharia authored
fixing typo in conf/slaves
-
seanm authored
-
Reynold Xin authored
It made the JSON creation slightly more complicated, but reduces one external dependency. The scala library also properly escape "/" (which lift-json doesn't).
-
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.
-