spark git commit: [SPARK-20727] Skip tests that use Hadoop utils on CRAN Windows

2017-05-23 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 4dbb63f08 -> d06610f99 [SPARK-20727] Skip tests that use Hadoop utils on CRAN Windows ## What changes were proposed in this pull request? This change skips tests that use the Hadoop libraries while running on CRAN check with Windows as

spark git commit: [SPARK-20727] Skip tests that use Hadoop utils on CRAN Windows

2017-05-23 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 ddc199eef -> 5e9541a4d [SPARK-20727] Skip tests that use Hadoop utils on CRAN Windows ## What changes were proposed in this pull request? This change skips tests that use the Hadoop libraries while running on CRAN check with Windows

spark git commit: [SPARK-20857][SQL] Generic resolved hint node

2017-05-23 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.2 dbb068f4f -> d20c64695 [SPARK-20857][SQL] Generic resolved hint node ## What changes were proposed in this pull request? This patch renames BroadcastHint to ResolvedHint (and Hint to UnresolvedHint) so the hint framework is more

spark git commit: [SPARK-20857][SQL] Generic resolved hint node

2017-05-23 Thread rxin
Repository: spark Updated Branches: refs/heads/master ad09e4ca0 -> 0d589ba00 [SPARK-20857][SQL] Generic resolved hint node ## What changes were proposed in this pull request? This patch renames BroadcastHint to ResolvedHint (and Hint to UnresolvedHint) so the hint framework is more generic

spark git commit: [SPARK-20861][ML][PYTHON] Delegate looping over paramMaps to estimators

2017-05-23 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.2 d20c64695 -> 00dee3902 [SPARK-20861][ML][PYTHON] Delegate looping over paramMaps to estimators Changes: pyspark.ml Estimators can take either a list of param maps or a dict of params. This change allows the CrossValidator and

spark git commit: [SPARK-20861][ML][PYTHON] Delegate looping over paramMaps to estimators

2017-05-23 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 4816c2ef5 -> 9434280cf [SPARK-20861][ML][PYTHON] Delegate looping over paramMaps to estimators Changes: pyspark.ml Estimators can take either a list of param maps or a dict of params. This change allows the CrossValidator and

spark git commit: [MINOR][SPARKR][ML] Joint coefficients with intercept for SparkR linear SVM summary.

2017-05-23 Thread yliang
Repository: spark Updated Branches: refs/heads/master 442287ae2 -> ad09e4ca0 [MINOR][SPARKR][ML] Joint coefficients with intercept for SparkR linear SVM summary. ## What changes were proposed in this pull request? Joint coefficients with intercept for SparkR linear SVM summary. ## How was

spark git commit: [MINOR][SPARKR][ML] Joint coefficients with intercept for SparkR linear SVM summary.

2017-05-23 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.2 06c985c1b -> dbb068f4f [MINOR][SPARKR][ML] Joint coefficients with intercept for SparkR linear SVM summary. ## What changes were proposed in this pull request? Joint coefficients with intercept for SparkR linear SVM summary. ## How

spark git commit: [SPARK-20399][SQL][FOLLOW-UP] Add a config to fallback string literal parsing consistent with old sql parser behavior

2017-05-23 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 5e9541a4d -> 06c985c1b [SPARK-20399][SQL][FOLLOW-UP] Add a config to fallback string literal parsing consistent with old sql parser behavior ## What changes were proposed in this pull request? As srowen pointed in

spark git commit: [SPARK-20399][SQL][FOLLOW-UP] Add a config to fallback string literal parsing consistent with old sql parser behavior

2017-05-23 Thread wenchen
Repository: spark Updated Branches: refs/heads/master d06610f99 -> 442287ae2 [SPARK-20399][SQL][FOLLOW-UP] Add a config to fallback string literal parsing consistent with old sql parser behavior ## What changes were proposed in this pull request? As srowen pointed in