- Jan 02, 2014
-
-
Raymond Liu authored
-
Raymond Liu authored
-
Raymond Liu authored
-
Thomas Graves authored
-
Thomas Graves authored
-
- Dec 28, 2013
-
-
Matei Zaharia authored
- Got rid of global SparkContext.globalConf - Pass SparkConf to serializers and compression codecs - Made SparkConf public instead of private[spark] - Improved API of SparkContext and SparkConf - Switched executor environment vars to be passed through SparkConf - Fixed some places that were still using system properties - Fixed some tests, though others are still failing This still fails several tests in core, repl and streaming, likely due to properties not being set or cleared correctly (some of the tests run fine in isolation).
-
- Dec 25, 2013
-
-
liguoqiang authored
-
liguoqiang authored
-
- Dec 24, 2013
-
-
Prashant Sharma authored
-
- Dec 15, 2013
-
-
Mark Hamstra authored
-
- Dec 12, 2013
-
-
Thomas Graves authored
-
- Dec 10, 2013
-
-
Prashant Sharma authored
-
- Dec 09, 2013
-
-
Prashant Sharma authored
-
- Dec 07, 2013
-
-
Prashant Sharma authored
Incorporated Patrick's feedback comment on #211 and made maven build/dep-resolution atleast a bit faster.
-
- Dec 06, 2013
-
-
Prashant Sharma authored
-
- Nov 23, 2013
-
-
Harvey Feng authored
-
- Nov 21, 2013
-
-
Raymond Liu authored
With this scheduler, the user application is launched locally, While the executor will be launched by YARN on remote nodes. This enables spark-shell to run upon YARN.
-
- Nov 19, 2013
-
-
Henry Saputra authored
Passed the sbt/sbt compile and test
-
tgravescs authored
-
Henry Saputra authored
Also remove unused imports as I found them along the way. Remove return statements when returning value in the Scala code. Passing compile and tests.
-
- Nov 18, 2013
-
-
Harvey Feng authored
-
- Nov 15, 2013
-
-
Henry Saputra authored
-) Remove some of unused imports as I found them -) Remove ";" in the imports statements -) Remove () at the end of method call like size that does not have size effect.
-
- Nov 13, 2013
-
-
Kay Ousterhout authored
-
- Nov 04, 2013
-
-
tgravescs authored
Allow spark on yarn to be run from HDFS. Allows the spark.jar, app.jar, and log4j.properties to be put into hdfs.
-
- Oct 30, 2013
-
-
Kay Ousterhout authored
The code in LocalScheduler/LocalTaskSetManager was nearly identical to the code in ClusterScheduler/ClusterTaskSetManager. The redundancy made making updating the schedulers unnecessarily painful and error- prone. This commit combines the two into a single TaskScheduler/ TaskSetManager.
-
- Oct 21, 2013
-
-
tgravescs authored
about inclusion of spark.jar and app.jar
-
- Oct 16, 2013
-
-
tgravescs authored
-
- Oct 06, 2013
-
-
Patrick Wendell authored
-
- Oct 03, 2013
- Oct 02, 2013
-
-
tgravescs authored
-
- Sep 26, 2013
-
-
Prashant Sharma authored
-
- Sep 24, 2013
-
-
Patrick Wendell authored
-
- Sep 23, 2013
-
-
Y.CORP.YAHOO.COM\tgraves authored
-
Y.CORP.YAHOO.COM\tgraves authored
Support distributed cache files and archives on spark on yarn and attempt to cleanup the staging directory on exit
-
- Sep 21, 2013
-
-
Prashant Sharma authored
-
- Sep 13, 2013
-
-
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 06, 2013
-
-
Jey Kottalam authored
-
- Sep 03, 2013
-
-
Y.CORP.YAHOO.COM\tgraves authored
-
- Sep 02, 2013
-
-
Matei Zaharia authored
-