- Jul 31, 2013
-
-
Matei Zaharia authored
Compression codec change
-
Reynold Xin authored
Refactored Vector.apply(length, initializer) replacing excessive code with library method
-
Reynold Xin 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
-
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
-
Reynold Xin authored
Conflicts: project/SparkBuild.scala
-
Patrick Wendell authored
Use Bootstrap progress bars in web UI
-
shivaram authored
Minor mllib cleanup
-
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
-
Ameet Talwalkar authored
-
Josh Rosen authored
-
Josh Rosen authored
This fixes SPARK-832, an issue where PySpark would not work when the master and workers used different SPARK_HOME paths. This change may potentially break code that relied on the master's PYTHONPATH being used on workers. To have custom PYTHONPATH additions used on the workers, users should set a custom PYTHONPATH in spark-env.sh rather than setting it in the shell.
-
- Jul 29, 2013
-
-
Matei Zaharia authored
Internal cleanup
-
atalwalkar authored
Remove duplicate loss history in Gradient Descent
-
Shivaram Venkataraman authored
-
Reynold Xin authored
-
Reynold Xin authored
-
Reynold Xin authored
-
Matei Zaharia authored
-
Reynold Xin authored
Also renamed MasterState to MasterStateResponse and WorkerState to WorkerStateResponse for clarity.
-
Karen Feng authored
-
https://github.com/mesos/sparkKaren Feng authored
Conflicts: core/src/main/scala/spark/ui/jobs/IndexPage.scala
-
Patrick Wendell authored
Totals for shuffle data and CPU time
-