spark git commit: [SPARK-21729][ML][TEST] Generic test for ProbabilisticClassifier to ensure consistent output columns

2017-09-01 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master aba9492d2 -> 900f14f6f [SPARK-21729][ML][TEST] Generic test for ProbabilisticClassifier to ensure consistent output columns ## What changes were proposed in this pull request? Add test for prediction using the model with all combinations

spark git commit: [SPARK-21884][SPARK-21477][BACKPORT-2.2][SQL] Mark LocalTableScanExec's input data transient

2017-09-01 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 14054ffc5 -> 50f86e1fe [SPARK-21884][SPARK-21477][BACKPORT-2.2][SQL] Mark LocalTableScanExec's input data transient This PR is to backport https://github.com/apache/spark/pull/18686 for resolving the issue in

spark git commit: [SPARK-21895][SQL] Support changing database in HiveClient

2017-09-01 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 12ab7f7e8 -> aba9492d2 [SPARK-21895][SQL] Support changing database in HiveClient ## What changes were proposed in this pull request? Supporting moving tables across different database in HiveClient `alterTable` ## How was this patch

spark git commit: [SPARK-21880][WEB UI] In the SQL table page, modify jobs trace information

2017-09-01 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 0bdbefe9d -> 12f0d2422 [SPARK-21880][WEB UI] In the SQL table page, modify jobs trace information ## What changes were proposed in this pull request? As shown below, for example, When the job 5 is running, It was a mistake to think that

spark git commit: [SPARK-21728][CORE] Follow up: fix user config, auth in SparkSubmit logging.

2017-09-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 648a8626b -> 0bdbefe9d [SPARK-21728][CORE] Follow up: fix user config, auth in SparkSubmit logging. - SecurityManager complains when auth is enabled but no secret is defined; SparkSubmit doesn't use the auth functionality of the