- Aug 08, 2013
-
-
Patrick Wendell authored
-
- Aug 07, 2013
-
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
Conflicts: core/src/main/scala/spark/ui/UIUtils.scala core/src/main/scala/spark/ui/jobs/IndexPage.scala core/src/main/scala/spark/ui/storage/RDDPage.scala
-
Matei Zaharia authored
Fixed issue in UI that decreased scheduler throughput by 5x or more
-
Kay Ousterhout authored
Removal of items from ArrayBuffers in the UI code was slow and significantly impacted scheduler throughput. This commit improves scheduler throughput by 5x.
-
Matei Zaharia authored
Update the Python logistic regression example
-
Matei Zaharia authored
SPARK-826: fold(), reduce(), collect() always attempt to use java serialization
-
- Aug 06, 2013
-
-
Matei Zaharia authored
Conflicts: core/src/main/resources/spark/ui/static/webui.css
-
Matei Zaharia authored
Update spark-standalone.md
-
Karen Feng authored
-
Andrew Ash authored
-
Karen Feng authored
-
Karen Feng authored
-
Matei Zaharia authored
[HOTFIX] Extend thread safety for SparkEnv.get()
-
Karen Feng authored
-
Matei Zaharia authored
Simple PageRank algorithm implementation in Java for SPARK-760
-
stayhf authored
-
Karen Feng authored
-
stayhf authored
-
Karen Feng authored
-
Reynold Xin authored
SHARK-94 Log the files computed by HadoopRDD and NewHadoopRDD
-
Matei Zaharia authored
SPARK-847 + SPARK-845: Zombie workers and negative cores
-
- Aug 05, 2013
-
-
Alexander Pivovarov authored
-
Matei Zaharia authored
adding matrix factorization data generator
-
Ginger Smith authored
-
Matei Zaharia authored
Show user-defined job name in UI
-
Christopher Nguyen authored
On branch adatao-global-SparkEnv Changes to be committed: modified: core/src/main/scala/spark/SparkEnv.scala
-
Mark Hamstra authored
-
Mark Hamstra authored
-
Mark Hamstra authored
-
Mikhail Bautin authored
-
Karen Feng authored
-
Patrick Wendell authored
SPARK-850
-
Bill Zhao authored
-
Bill Zhao authored
-
Bill Zhao authored
-
Ginger Smith authored
-
Bill Zhao authored
-
Christopher Nguyen authored
A ThreadLocal SparkEnv.env is facing various situations leading to NullPointerExceptions, where SparkEnv.env set in one thread is not gettable in another thread, but often assumed to be available. See, e.g., https://groups.google.com/forum/#!topic/spark-developers/GLx8yunSj0A This hotfixes SparkEnv.env to return either (a) the ThreadLocal value if non-null, or (b) the previously set value in any thread. This approach preserves SparkEnv.set() thread safety needed by RDD.compute() and possibly other places. A refactoring that parameterizes SparkEnv should be addressed subsequently. On branch adatao-global-SparkEnv Changes to be committed: modified: core/src/main/scala/spark/SparkEnv.scala
-