spark git commit: [SPARK-6014] [CORE] [HOTFIX] Add try-catch block around ShutDownHook

2015-04-25 Thread srowen
Repository: spark Updated Branches: refs/heads/master a11c8683c -> f5473c2bb [SPARK-6014] [CORE] [HOTFIX] Add try-catch block around ShutDownHook Add a try/catch block around removeShutDownHook else IllegalStateException thrown in YARN cluster mode (see https://github.com/apache/spark/pull/46

spark git commit: [SPARK-7092] Update spark scala version to 2.11.6

2015-04-25 Thread srowen
Repository: spark Updated Branches: refs/heads/master aa6966ff3 -> a11c8683c [SPARK-7092] Update spark scala version to 2.11.6 Author: Prashant Sharma Closes #5662 from ScrapCodes/SPARK-7092/scala-update-2.11.6 and squashes the following commits: 58cf4f9 [Prashant Sharma] [SPARK-7092] Upda

spark git commit: [SQL] Update SQL readme to include instructions on generating golden answer files based on Hive 0.13.1.

2015-04-25 Thread rxin
Repository: spark Updated Branches: refs/heads/master a7160c4e3 -> aa6966ff3 [SQL] Update SQL readme to include instructions on generating golden answer files based on Hive 0.13.1. Author: Yin Huai Closes #5702 from yhuai/howToGenerateGoldenFiles and squashes the following commits: 9c4a7f

[1/2] spark git commit: [SPARK-6113] [ML] Tree ensembles for Pipelines API

2015-04-25 Thread meng
Repository: spark Updated Branches: refs/heads/master a61d65fc8 -> a7160c4e3 http://git-wip-us.apache.org/repos/asf/spark/blob/a7160c4e/mllib/src/main/scala/org/apache/spark/ml/regression/RandomForestRegressor.scala -- diff --g

[2/2] spark git commit: [SPARK-6113] [ML] Tree ensembles for Pipelines API

2015-04-25 Thread meng
[SPARK-6113] [ML] Tree ensembles for Pipelines API This is a continuation of [https://github.com/apache/spark/pull/5530] (which was for Decision Trees), but for ensembles: Random Forests and Gradient-Boosted Trees. Please refer to the JIRA [https://issues.apache.org/jira/browse/SPARK-6113], th

spark git commit: Revert "[SPARK-6752][Streaming] Allow StreamingContext to be recreated from checkpoint and existing SparkContext"

2015-04-25 Thread pwendell
Repository: spark Updated Branches: refs/heads/master cca9905b9 -> a61d65fc8 Revert "[SPARK-6752][Streaming] Allow StreamingContext to be recreated from checkpoint and existing SparkContext" This reverts commit 534f2a43625fbf1a3a65d09550a19875cd1dce43. Project: http://git-wip-us.apache.org/

spark git commit: update the deprecated CountMinSketchMonoid function to TopPctCMS function

2015-04-25 Thread srowen
Repository: spark Updated Branches: refs/heads/master 59b7cfc41 -> cca9905b9 update the deprecated CountMinSketchMonoid function to TopPctCMS function http://twitter.github.io/algebird/index.html#com.twitter.algebird.legacy.CountMinSketchMonoid$ The CountMinSketchMonoid has been deprecated sin