- Jul 31, 2013
-
-
Benjamin Hindman authored
-
Benjamin Hindman authored
-
- Jul 30, 2013
-
-
Benjamin Hindman authored
-
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.
-
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.
-
Patrick Wendell authored
Totals for shuffle data and CPU time
-
Shivaram Venkataraman authored
Also some minor style fixes.
-
Karen Feng authored
-
Reynold Xin authored
Fix two small usability issues
-
shivaram authored
Adding SVM and Lasso
-
Xinghao authored
Lines shortened to < 100 characters
-
Xinghao authored
Classifiers return categorical (Int) values that should be compared directly
-
Xinghao authored
-
Xinghao authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
One unfortunate consequence of this fix is that we materialize any collections that are given to us as generators, but this seems necessary to get reasonable behavior on small collections. We could add a batchSize parameter later to bypass auto-computation of batch size if this becomes a problem (e.g. if users really want to parallelize big generators nicely)
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Xinghao authored
-
Xinghao authored
-
- Jul 28, 2013
-
-
Xinghao authored
Also minor changes to formatting and comments
-
Xinghao authored
-
Xinghao authored
-
Matei Zaharia authored
- Don't attempt to run worker processes with ipython (that can cause some crashes as ipython prints things to standard out) - Allow passing some IPYTHON_OPTS to launch things like the notebook
-
Xinghao authored
-
- Jul 27, 2013
-
-
Matei Zaharia authored
-
Karen Feng authored
-
Patrick Wendell authored
-