spark git commit: [SPARK-18007][SPARKR][ML] update SparkR MLP - add initalWeights parameter

2016-10-25 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master c329a568b -> 12b3e8d2e [SPARK-18007][SPARKR][ML] update SparkR MLP - add initalWeights parameter ## What changes were proposed in this pull request? update SparkR MLP, add initalWeights parameter. ## How was this patch tested? test added

spark git commit: [SPARK-16988][SPARK SHELL] spark history server log needs to be fixed to show https url when ssl is enabled

2016-10-25 Thread sarutak
Repository: spark Updated Branches: refs/heads/branch-2.0 7c8d9a557 -> 912487eaf [SPARK-16988][SPARK SHELL] spark history server log needs to be fixed to show https url when ssl is enabled spark history server log needs to be fixed to show https url when ssl is enabled Author: chie8842 Clo

spark git commit: [SPARK-16988][SPARK SHELL] spark history server log needs to be fixed to show https url when ssl is enabled

2016-10-25 Thread sarutak
Repository: spark Updated Branches: refs/heads/master 2c7394ad0 -> c329a568b [SPARK-16988][SPARK SHELL] spark history server log needs to be fixed to show https url when ssl is enabled spark history server log needs to be fixed to show https url when ssl is enabled Author: chie8842 Closes

spark git commit: [SPARK-18019][ML] Add instrumentation to GBTs

2016-10-25 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master a21791e31 -> 2c7394ad0 [SPARK-18019][ML] Add instrumentation to GBTs ## What changes were proposed in this pull request? Add instrumentation for logging in ML GBT, part of umbrella ticket [SPARK-14567](https://issues.apache.org/jira/brows

spark git commit: [SPARK-18070][SQL] binary operator should not consider nullability when comparing input types

2016-10-25 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 1c1e847bc -> 7c8d9a557 [SPARK-18070][SQL] binary operator should not consider nullability when comparing input types ## What changes were proposed in this pull request? Binary operator requires its inputs to be of same type, but it sh

spark git commit: [SPARK-18070][SQL] binary operator should not consider nullability when comparing input types

2016-10-25 Thread yhuai
Repository: spark Updated Branches: refs/heads/master c5fe3dd4f -> a21791e31 [SPARK-18070][SQL] binary operator should not consider nullability when comparing input types ## What changes were proposed in this pull request? Binary operator requires its inputs to be of same type, but it should

spark git commit: [SPARK-18010][CORE] Reduce work performed for building up the application list for the History Server app list UI page

2016-10-25 Thread vanzin
Repository: spark Updated Branches: refs/heads/master ac8ff920f -> c5fe3dd4f [SPARK-18010][CORE] Reduce work performed for building up the application list for the History Server app list UI page ## What changes were proposed in this pull request? allow ReplayListenerBus to skip deserialising

spark git commit: [SPARK-17748][FOLLOW-UP][ML] Fix build error for Scala 2.10.

2016-10-25 Thread yliang
Repository: spark Updated Branches: refs/heads/master 38cdd6ccd -> ac8ff920f [SPARK-17748][FOLLOW-UP][ML] Fix build error for Scala 2.10. ## What changes were proposed in this pull request? #15394 introduced build error for Scala 2.10, this PR fix it. ## How was this patch tested? Existing te

spark git commit: [SPARK-14634][ML][FOLLOWUP] Delete superfluous line in BisectingKMeans

2016-10-25 Thread yliang
Repository: spark Updated Branches: refs/heads/master 6f31833db -> 38cdd6ccd [SPARK-14634][ML][FOLLOWUP] Delete superfluous line in BisectingKMeans ## What changes were proposed in this pull request? As commented by jkbradley in https://github.com/apache/spark/pull/12394, `model.setSummary(su

spark git commit: [SPARK-18026][SQL] should not always lowercase partition columns of partition spec in parser

2016-10-25 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 78d740a08 -> 6f31833db [SPARK-18026][SQL] should not always lowercase partition columns of partition spec in parser ## What changes were proposed in this pull request? Currently we always lowercase the partition columns of partition spec