- Sep 06, 2013
-
-
Jey Kottalam authored
-
Reynold Xin authored
-
Patrick Wendell authored
SPARK-821: Don't cache results when action run locally on driver
-
- Sep 05, 2013
-
-
Aaron Davidson authored
-
Matei Zaharia authored
[SPARK-864]DAGScheduler Exception if we delete Worker and StandaloneExecutorBackend then add Worker
-
Aaron Davidson authored
-
Aaron Davidson authored
Caching the results of local actions (e.g., rdd.first()) causes the driver to store entire partitions in its own memory, which may be highly constrained. This patch simply makes the CacheManager avoid caching the result of all locally-run computations.
-
Andrew xia authored
-
Patrick Wendell authored
SPARK-884: Add unit test to validate Spark JSON output
-
Aaron Davidson authored
-
- Sep 04, 2013
-
-
Aaron Davidson authored
-
Matei Zaharia authored
Updating assembly README to reflect recent changes in the build.
-
Konstantin Boudnik authored
-
Aaron Davidson authored
This unit test simply validates that the outputs of the JsonProtocol methods are syntactically valid JSON.
-
- Sep 03, 2013
-
-
Patrick Wendell authored
-
Patrick Wendell authored
Link the Spark UI up to the Yarn UI
-
Matei Zaharia authored
Return the port the WebUI is bound to (useful if port 0 was used)
-
Y.CORP.YAHOO.COM\tgraves authored
-
Y.CORP.YAHOO.COM\tgraves authored
-
Y.CORP.YAHOO.COM\tgraves authored
Conflicts: core/src/main/scala/org/apache/spark/ui/UIUtils.scala core/src/main/scala/org/apache/spark/ui/jobs/PoolTable.scala core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala docs/running-on-yarn.md
-
https://github.com/alig/sparkAli Ghodsi authored
Conflicts: core/src/main/scala/org/apache/spark/deploy/master/Master.scala
-
Ali Ghodsi authored
-
- Sep 02, 2013
-
-
Ali Ghodsi authored
-
Ali Ghodsi authored
-
Ali Ghodsi authored
-
Matei Zaharia authored
-
Ali Ghodsi authored
-
Matei Zaharia authored
Miscellaneous fixes for 0.8
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
- List higher-level projects that run on Spark - Tweak CSS
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Fix spark.io.compression.codec and change default codec to LZF
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Allow PySpark to run on Windows
-
Matei Zaharia authored
-
- Sep 01, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-