spark git commit: [SPARK-11305][DOCS] Remove Third-Party Hadoop Distributions Doc Page

2015-11-01 Thread srowen
Repository: spark Updated Branches: refs/heads/master aa494a9c2 -> 643c49c75 [SPARK-11305][DOCS] Remove Third-Party Hadoop Distributions Doc Page Remove Hadoop third party distro page, and move Hadoop cluster config info to configuration page CC pwendell Author: Sean Owen

spark git commit: [SPARK-9298][SQL] Add pearson correlation aggregation function

2015-11-01 Thread yhuai
Repository: spark Updated Branches: refs/heads/master f8d93edec -> 3e770a64a [SPARK-9298][SQL] Add pearson correlation aggregation function JIRA: https://issues.apache.org/jira/browse/SPARK-9298 This patch adds pearson correlation aggregation function based on `AggregateExpression2`.

spark git commit: [SPARK-11338] [WEBUI] Prepend app links on HistoryPage with uiRoot path

2015-11-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 643c49c75 -> dc7e399fc [SPARK-11338] [WEBUI] Prepend app links on HistoryPage with uiRoot path [SPARK-11338: HistoryPage not multi-tenancy enabled ...](https://issues.apache.org/jira/browse/SPARK-11338) - `HistoryPage.scala` ...prepending

spark git commit: [SPARK-11073][CORE][YARN] Remove akka dependency in secret key generation.

2015-11-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/master cf04fdfe7 -> f8d93edec [SPARK-11073][CORE][YARN] Remove akka dependency in secret key generation. Use standard JDK APIs for that (with a little help from Guava). Most of the changes here are in test code, since there were no tests specific

spark git commit: [SPARK-9722] [ML] Pass random seed to spark.ml DecisionTree*

2015-11-01 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master 3e770a64a -> e963070c1 [SPARK-9722] [ML] Pass random seed to spark.ml DecisionTree* Author: Yu ISHIKAWA Closes #9402 from yu-iskw/SPARK-9722. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: