spark git commit: [SPARK-21530] Update description of spark.shuffle.maxChunksBeingTransferred.

2017-07-26 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 60472dbfd -> cfb25b27c [SPARK-21530] Update description of spark.shuffle.maxChunksBeingTransferred. ## What changes were proposed in this pull request? Update the description of `spark.shuffle.maxChunksBeingTransferred` to include that

spark git commit: [SPARK-21485][SQL][DOCS] Spark SQL documentation generation for built-in functions

2017-07-26 Thread rxin
Repository: spark Updated Branches: refs/heads/master cf29828d7 -> 60472dbfd [SPARK-21485][SQL][DOCS] Spark SQL documentation generation for built-in functions ## What changes were proposed in this pull request? This generates a documentation for Spark SQL built-in functions. One drawback

spark git commit: [SPARK-20988][ML] Logistic regression uses aggregator hierarchy

2017-07-26 Thread mlnick
Repository: spark Updated Branches: refs/heads/master ae4ea5fe2 -> cf29828d7 [SPARK-20988][ML] Logistic regression uses aggregator hierarchy ## What changes were proposed in this pull request? This change pulls the `LogisticAggregator` class out of LogisticRegression.scala and makes it

spark git commit: [SPARK-21524][ML] unit test fix: ValidatorParamsSuiteHelpers generates wrong temp files

2017-07-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master 16612638f -> ae4ea5fe2 [SPARK-21524][ML] unit test fix: ValidatorParamsSuiteHelpers generates wrong temp files ## What changes were proposed in this pull request? jira: https://issues.apache.org/jira/browse/SPARK-21524