- Sep 22, 2013
-
-
Holden Karau authored
-
- Sep 14, 2013
-
-
Holden Karau authored
-
Holden Karau authored
-
- Sep 13, 2013
-
-
Patrick Wendell authored
Use different Hadoop version for YARN artifacts.
-
Patrick Wendell authored
This uses a seperate Hadoop version for YARN artifact. This means when people link against spark-yarn, things will resolve correctly.
-
- Sep 12, 2013
-
-
Patrick Wendell authored
-
Holden Karau authored
-
- Sep 11, 2013
-
-
Patrick Wendell authored
Changed localProperties to use ThreadLocal (not DynamicVariable).
-
Matei Zaharia authored
Updated Spark on Mesos documentation.
-
Benjamin Hindman authored
-
Benjamin Hindman authored
-
Kay Ousterhout authored
The fact that DynamicVariable uses an InheritableThreadLocal can cause problems where the properties end up being shared across threads in certain circumstances.
-
Patrick Wendell authored
Add explicit jets3t dependency, which is excluded in hadoop-client
-
Patrick Wendell authored
Change default port number from 3030 to 4030.
-
Patrick Wendell authored
-
Reynold Xin authored
SPARK-894 - Not all WebUI fields delivered VIA JSON
-
David McCauley authored
-
Matei Zaharia authored
fix run-example script
-
Haoyuan Li authored
-
Patrick Wendell authored
Fix HDFS access bug with assembly build.
-
Haoyuan Li authored
-
Patrick Wendell authored
Due to this change in HDFS: https://issues.apache.org/jira/browse/HADOOP-7549 there is a bug when using the new assembly builds. The symptom is that any HDFS access results in an exception saying "No filesystem for scheme 'hdfs'". This adds a merge strategy in the assembly build which fixes the problem.
-
- Sep 10, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
shivaram authored
Document libgfortran dependency for MLBase
-
- Sep 09, 2013
-
-
Patrick Wendell authored
-
Matei Zaharia authored
Get rid of / improve ugly NPE when Utils.deleteRecursively() fails
-
Matei Zaharia authored
Fix copy issue in https://github.com/mesos/spark/pull/899
-
Evan Chan authored
-
Matei Zaharia authored
Add better docs for coalesce.
-
Evan Chan authored
listFiles() could return null if the I/O fails, and this currently results in an ugly NPE which is hard to diagnose.
-
Matei Zaharia authored
Add metrics-ganglia to core pom file
-
Y.CORP.YAHOO.COM\tgraves authored
-
Matei Zaharia authored
Adding Manen dependency for Ganglia
-
Stephen Haberman authored
-
Stephen Haberman authored
-
Patrick Wendell authored
-
Matei Zaharia authored
Fix hash bug
-