- Jul 31, 2013
-
-
Matei Zaharia authored
Bug fix: SPARK-837
-
Matei Zaharia authored
Build changes for ML lib
-
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
-
Matei Zaharia authored
-
Matei Zaharia authored
Compression codec change
-
Reynold Xin authored
Refactored Vector.apply(length, initializer) replacing excessive code with library method
-
Reynold Xin authored
-
BlackNiuza authored
-
Roman Tkalenko authored
(also removed unused variable ```ans``` as minor change)
-
Matei Zaharia authored
-
Matei Zaharia authored
Cleaned Partitioner & PythonPartitioner source by taking out non-related logic to Utils
-
cdshines authored
-
- Jul 30, 2013
-
-
Matei Zaharia authored
Add Apache license header to metrics system
-
jerryshao authored
-
Shivaram Venkataraman authored
Also don't build an assembly jar for them
-
Reynold Xin authored
Renamed compressionOutputStream and compressionInputStream to compressedOutputStream and compressedInputStream.
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
-
Benjamin Hindman authored
-
Reynold Xin authored
Conflicts: project/SparkBuild.scala
-
Patrick Wendell authored
Use Bootstrap progress bars in web UI
-
shivaram authored
Minor mllib cleanup
-
Shivaram Venkataraman authored
Also add jblas dependency to mllib pom.xml
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
Renamed Classification.scala to ClassificationModel.scala and Regression.scala to RegressionModel.scala
-
Karen Feng authored
-
Karen Feng authored
-
Karen Feng authored
-
shivaram authored
made SimpleUpdater consistent with other updaters
-
Benjamin Hindman authored
requiring Spark to be installed. Using 'make_distribution.sh' a user can put a Spark distribution at a URI supported by Mesos (e.g., 'hdfs://...') and then set that when launching their job. Also added SPARK_EXECUTOR_URI for the REPL.
-
Ameet Talwalkar authored
-
Josh Rosen authored
-