- Sep 09, 2013
-
-
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
-
Matei Zaharia authored
-
Matei Zaharia authored
SPARK-660: Add StorageLevel support in Python
-
Patrick Wendell authored
-
Matei Zaharia authored
-
Aaron Davidson authored
-
Matei Zaharia authored
details on monitoring
-
Matei Zaharia authored
Also changed uses of "job" terminology to "application" when they referred to an entire Spark program, to avoid confusion.
-
Matei Zaharia authored
- Add job scheduling docs - Rename some fair scheduler properties - Organize intro page better - Link to Apache wiki for "contributing to Spark"
-
Matei Zaharia authored
Provide docs to describe running on CDH/HDP cluster.
-
- Sep 07, 2013
-
-
Patrick Wendell authored
Adding Apache license to two files
-
Patrick Wendell authored
-
Aaron Davidson authored
-
Patrick Wendell authored
-
Matei Zaharia authored
0.8 Doc changes for make-distribution.sh
-
Matei Zaharia authored
Fixed the bug that ResultTask was not properly deserializing outputId.
-
Patrick Wendell authored
-
Aaron Davidson authored
The sc.StorageLevel -> StorageLevel pathway is a bit janky, but otherwise the shell would have to call a private method of SparkContext. Having StorageLevel available in sc also doesn't seem like the end of the world. There may be a better solution, though. As for creating the StorageLevel object itself, this seems to be the best way in Python 2 for creating singleton, enum-like objects: http://stackoverflow.com/questions/36932/how-can-i-represent-an-enum-in-python
-
Evan Chan authored
-
Matei Zaharia authored
YARN build fixes
-
Reynold Xin authored
-
- Sep 06, 2013
-
-
Aaron Davidson authored
-