git commit: SPARK-1203 fix saving to hdfs from yarn

2014-03-19 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-0.9 d385b5a19 - 250ec271c SPARK-1203 fix saving to hdfs from yarn Author: Thomas Graves tgra...@apache.org Closes #173 from tgravescs/SPARK-1203 and squashes the following commits: 4fd5ded [Thomas Graves] adding import 964e3f7 [Thomas

git commit: [SPARK-1275] Made dev/run-tests executable.

2014-03-19 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 72875b29b - a4eef655c [SPARK-1275] Made dev/run-tests executable. This was causing Jenkins tests to fail for PRs against branch 0.9. Author: Tathagata Das tathagata.das1...@gmail.com Closes #178 from tdas/branch-0.9-fix and squashes

git commit: SPARK-1099:Spark's local mode should probably respect spark.cores.max by default

2014-03-19 Thread adav
Repository: spark Updated Branches: refs/heads/master 67fa71cba - 16789317a SPARK-1099:Spark's local mode should probably respect spark.cores.max by default This is for JIRA:https://spark-project.atlassian.net/browse/SPARK-1099 And this is what I do in this patch (also commented in the JIRA)