spark git commit: [SPARK-20090][PYTHON] Add StructType.fieldNames in PySpark

2017-07-28 Thread holden
Repository: spark Updated Branches: refs/heads/master 0ef9fe64e -> b56f79cc3 [SPARK-20090][PYTHON] Add StructType.fieldNames in PySpark ## What changes were proposed in this pull request? This PR proposes `StructType.fieldNames` that returns a copy of a field name list rather than a (undocum

spark git commit: Typo in comment

2017-07-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master 69ab0e4bd -> 0ef9fe64e Typo in comment - Author: Johan Grande Closes #18738 from nahoj/patch-1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0ef9fe64 Tree: http:

spark git commit: [SPARK-21541][YARN] Spark Logs show incorrect job status for a job that does not create SparkContext

2017-07-28 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 784680903 -> 69ab0e4bd [SPARK-21541][YARN] Spark Logs show incorrect job status for a job that does not create SparkContext If you run a spark job without creating the SparkSession or SparkContext, the spark job logs says it succeeded but

spark git commit: [SPARK-21553][SPARK SHELL] Add the description of the default value of master parameter in the spark-shell

2017-07-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master 63d168cbb -> 784680903 [SPARK-21553][SPARK SHELL] Add the description of the default value of master parameter in the spark-shell When I type spark-shell --help, I find that the default value description for the master parameter is missin

spark git commit: Revert "[SPARK-21306][ML] OneVsRest should support setWeightCol"

2017-07-28 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.1 8520d7c6d -> 258ca40cf Revert "[SPARK-21306][ML] OneVsRest should support setWeightCol" This reverts commit 8520d7c6d5e880dea3c1a8a874148c07222b4b4b. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us

spark git commit: Revert "[SPARK-21306][ML] OneVsRest should support setWeightCol"

2017-07-28 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.0 ccb827224 -> f8ae2bdd2 Revert "[SPARK-21306][ML] OneVsRest should support setWeightCol" This reverts commit ccb82722450c20c9cdea2b2c68783943213a5aa1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us

spark git commit: [MINOR][BUILD] Fix current lint-java failures

2017-07-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master a5a318997 -> 63d168cbb [MINOR][BUILD] Fix current lint-java failures ## What changes were proposed in this pull request? Fixes current failures in dev/lint-java ## How was this patch tested? Existing linter, tests. Author: Sean Owen C