spark git commit: MAINTENANCE: Automated closing of pull requests.

2015-02-21 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 7683982fa - 46462ff25 MAINTENANCE: Automated closing of pull requests. This commit exists to close the following pull requests on Github: Closes #3490 (close requested by 'andrewor14') Closes #4646 (close requested by 'srowen') Closes

spark git commit: [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct class is used in t...

2015-02-21 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.3 932338eda - 76e3e6527 [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct class is used in t... ...ests. Without this SparkHadoopUtil is used by the Client instead of YarnSparkHadoopUtil. Author: Hari

spark git commit: [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct class is used in t...

2015-02-21 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master d3cbd38c3 - 7138816ab [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct class is used in t... ...ests. Without this SparkHadoopUtil is used by the Client instead of YarnSparkHadoopUtil. Author: Hari Shreedharan

spark git commit: SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManager

2015-02-21 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master e15532471 - d3cbd38c3 SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManager Continue to see IllegalStateException in YARN cluster mode. Adding a simple workaround for now. Author: Nishkam Ravi nr...@cloudera.com Author:

spark git commit: SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManager

2015-02-21 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.3 b9a6c5c84 - 932338eda SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManager Continue to see IllegalStateException in YARN cluster mode. Adding a simple workaround for now. Author: Nishkam Ravi nr...@cloudera.com Author:

spark git commit: [MLlib] fix typo

2015-02-21 Thread srowen
Repository: spark Updated Branches: refs/heads/master 5b0a42cb1 - e15532471 [MLlib] fix typo fix typo: it should be default: instead of default; Author: Jacky Li jack...@users.noreply.github.com Closes #4713 from jackylk/patch-10 and squashes the following commits: 15daf2e [Jacky Li]