- Sep 01, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
Don't require the spark home environment variable to be set for standalone mode (change needed by SIMR)
-
Matei Zaharia authored
Extend QuickStart to include next steps
-
Patrick Wendell authored
-
- Aug 31, 2013
-
-
Patrick Wendell authored
-
Matei Zaharia authored
Various UI tweaks
-
Matei Zaharia authored
-
Matei Zaharia authored
Doc improvements for 0.8
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Ali Ghodsi authored
-
Matei Zaharia authored
- Use "fluid" layout that can expand to wide browser windows, instead of the old one's limit of 1200 px - Remove unnecessary <hr> elements - Switch back to Bootstrap's default theme and tweak progress bar colors - Make headers more consistent between deploy and app UIs - Replace some inline CSS with stylesheets
-
Matei Zaharia authored
spark-daemon
-
Matei Zaharia authored
and new Python stuff
-
Matei Zaharia authored
Pyspark sampling function
-
Matei Zaharia authored
Don't send SIGINT / ctrl-c to Py4J gateway subprocess
-
- Aug 30, 2013
-
-
Matei Zaharia authored
PySpark: implementing subtractByKey(), subtract() and keyBy()
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Reynold Xin authored
Make HadoopRDD's configuration accessible
-
Mikhail Bautin authored
-
Mikhail Bautin authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Reynold Xin authored
Fix broken build by removing addIntercept
-
Shivaram Venkataraman authored
-
Evan Sparks authored
Adding linear regression and refactoring Ridge regression to use SGD
-
Evan Sparks authored
Change SVM to use {0,1} labels
-
- Aug 29, 2013
-
-
Matei Zaharia authored
Change build and run instructions to use assemblies
-
Reynold Xin authored
Fix removed block zero size log reporting
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
are now needed
-
Matei Zaharia authored
This includes the following changes: - The "assembly" package now builds in Maven by default, and creates an assembly containing both hadoop-client and Spark, unlike the old BigTop distribution assembly that skipped hadoop-client - There is now a bigtop-dist package to build the old BigTop assembly - The repl-bin package is no longer built by default since the scripts don't reply on it; instead it can be enabled with -Prepl-bin - Py4J is now included in the assembly/lib folder as a local Maven repo, so that the Maven package can link to it - run-example now adds the original Spark classpath as well because the Maven examples assembly lists spark-core and such as provided - The various Maven projects add a spark-yarn dependency correctly
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-