- Aug 03, 2013
-
-
Patrick Wendell authored
-
- Aug 02, 2013
-
-
Patrick Wendell authored
For debugging and analysis purposes, it's nice to have the exact command used to launch Spark contained within the logs. This adds the necessary hooks to make that possible.
-
- Aug 01, 2013
-
-
Patrick Wendell authored
Add application metrics to standalone master
-
Patrick Wendell authored
Minor clean-up of fair scheduler UI
-
Matei Zaharia authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
This adds metrics for applications in the deploy Master.
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
Enhance job ui in spark ui system with adding pool information
-
Matei Zaharia authored
Clean up web UI page headers
-
Patrick Wendell authored
Add JSON path to master index page
-
Patrick Wendell authored
-
Patrick Wendell authored
Conflicts: core/src/main/scala/spark/deploy/master/ui/IndexPage.scala
-
Patrick Wendell authored
-
Andrew xia authored
-
Andrew xia authored
-
shivaram authored
Add data generator for K-means
-
Matei Zaharia authored
-
- Jul 31, 2013
-
-
Matei Zaharia authored
Conflicts: docs/configuration.md
-
Matei Zaharia authored
SPARK-842. Maven assembly is including examples libs and dependencies
-
Konstantin Boudnik authored
-
Matei Zaharia authored
Bug fix: SPARK-837
-
Matei Zaharia authored
Build changes for ML lib
-
Matei Zaharia authored
Also made it possible to specify the number of runs in KMeans.main().
-
Matei Zaharia authored
Added property 'spark.executor.uri' for launching on Mesos.
-
shivaram authored
Use the Char version of split() instead of the String one in MLUtils
-
Benjamin Hindman authored
-
Benjamin Hindman authored
-
Karen Feng authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Compression codec change
-
Karen Feng authored
-
Reynold Xin authored
Refactored Vector.apply(length, initializer) replacing excessive code with library method
-
Reynold Xin authored
-
Patrick Wendell authored
-