- Sep 11, 2013
-
-
Haoyuan Li authored
-
Haoyuan Li authored
-
- Sep 10, 2013
-
-
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
-
Reynold Xin authored
Fix an instance where full standalone mode executor IDs were passed to
-
Matei Zaharia authored
Small tweaks to MLlib docs
-
- Sep 08, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
Job scheduling and cluster mode docs
-
Matei Zaharia authored
updated content
-
Matei Zaharia authored
-
Ameet Talwalkar authored
-
Ameet Talwalkar authored
-
Patrick Wendell authored
Clean-up of Metrics Code/Docs and Add Ganglia Sink
-
Matei Zaharia authored
StandaloneSchedulerBackend instead of the smaller IDs used within Spark (that lack the application name). This was reported by ClearStory in https://github.com/clearstorydata/spark/pull/9. Also fixed some messages that said slave instead of executor.
-
Matei Zaharia authored
-
Ameet Talwalkar authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Matei Zaharia authored
Fix target JVM version in scala build
-
Patrick Wendell authored
-
Matei Zaharia authored
-
Patrick Wendell authored
-
Stephen Haberman authored
Include the useful tip that if shuffle=true, coalesce can actually increase the number of partitions. This makes coalesce more like a generic `RDD.repartition` operation. (Ideally this `RDD.repartition` could automatically choose either a coalesce or a shuffle if numPartitions was either less than or greater than, respectively, the current number of partitions.)
-
Matei Zaharia authored
-
Matei Zaharia authored
SPARK-660: Add StorageLevel support in Python
-
Patrick Wendell authored
-