- Sep 01, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
Rename spark package to org.apache.spark
-
Matei Zaharia authored
* RDD, *RDDFunctions -> org.apache.spark.rdd * Utils, ClosureCleaner, SizeEstimator -> org.apache.spark.util * JavaSerializer, KryoSerializer -> org.apache.spark.serializer
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
ports and creates noisy log messages
-
Matei Zaharia authored
-
Matei Zaharia authored
-
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
-