spark git commit: [SPARK-18016][SQL][CATALYST][BRANCH-2.2] Code Generation: Constant Pool Limit - Class Splitting

2017-06-21 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 529c04f01 -> 198e3a036 [SPARK-18016][SQL][CATALYST][BRANCH-2.2] Code Generation: Constant Pool Limit - Class Splitting ## What changes were proposed in this pull request? This is a backport patch for Spark 2.2.x of the class

spark git commit: [SPARK-18016][SQL][CATALYST][BRANCH-2.1] Code Generation: Constant Pool Limit - Class Splitting

2017-06-21 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 8923bac1e -> 6b37c8638 [SPARK-18016][SQL][CATALYST][BRANCH-2.1] Code Generation: Constant Pool Limit - Class Splitting ## What changes were proposed in this pull request? This is a backport patch for Spark 2.1.x of the class

spark git commit: [SPARK-20906][SPARKR] Constrained Logistic Regression for SparkR

2017-06-21 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 215281d88 -> 53543374c [SPARK-20906][SPARKR] Constrained Logistic Regression for SparkR ## What changes were proposed in this pull request? PR https://github.com/apache/spark/pull/17715 Added Constrained Logistic Regression for ML. We

spark git commit: [SPARK-20830][PYSPARK][SQL] Add posexplode and posexplode_outer

2017-06-21 Thread ueshin
Repository: spark Updated Branches: refs/heads/master ba78514da -> 215281d88 [SPARK-20830][PYSPARK][SQL] Add posexplode and posexplode_outer ## What changes were proposed in this pull request? Add Python wrappers for `o.a.s.sql.functions.explode_outer` and

spark git commit: [SPARK-21125][PYTHON] Extend setJobDescription to PySpark and JavaSpark APIs

2017-06-21 Thread ueshin
Repository: spark Updated Branches: refs/heads/master 7a00c658d -> ba78514da [SPARK-21125][PYTHON] Extend setJobDescription to PySpark and JavaSpark APIs ## What changes were proposed in this pull request? Extend setJobDescription to PySpark and JavaSpark APIs SPARK-21125 ## How was this

spark git commit: [SPARK-21147][SS] Throws an analysis exception when a user-specified schema is given in socket/rate sources

2017-06-21 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master ad459cfb1 -> 7a00c658d [SPARK-21147][SS] Throws an analysis exception when a user-specified schema is given in socket/rate sources ## What changes were proposed in this pull request? This PR proposes to throw an exception if a schema is

spark git commit: [SPARK-17851][SQL][TESTS] Make sure all test sqls in catalyst pass checkAnalysis

2017-06-21 Thread lixiao
Repository: spark Updated Branches: refs/heads/master e92befcb4 -> cad88f17e [SPARK-17851][SQL][TESTS] Make sure all test sqls in catalyst pass checkAnalysis ## What changes were proposed in this pull request? Currently we have several tens of test sqls in catalyst will fail at

spark git commit: [MINOR][DOC] modified issue link and updated status

2017-06-21 Thread srowen
Repository: spark Updated Branches: refs/heads/master 987eb8fad -> e92befcb4 [MINOR][DOC] modified issue link and updated status ## What changes were proposed in this pull request? This PR aims to clarify some outdated comments that i found at **spark-catalyst** and **spark-sql** pom files.

spark git commit: [MINOR][DOCS] Add lost tag for configuration.md

2017-06-21 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 e88349873 -> 529c04f01 [MINOR][DOCS] Add lost tag for configuration.md ## What changes were proposed in this pull request? Add lost `` tag for `configuration.md`. ## How was this patch tested? N/A Author: Yuming Wang

spark git commit: [MINOR][DOCS] Add lost tag for configuration.md

2017-06-21 Thread srowen
Repository: spark Updated Branches: refs/heads/master d107b3b91 -> 987eb8fad [MINOR][DOCS] Add lost tag for configuration.md ## What changes were proposed in this pull request? Add lost `` tag for `configuration.md`. ## How was this patch tested? N/A Author: Yuming Wang

spark git commit: [SPARK-20640][CORE] Make rpc timeout and retry for shuffle registration configurable.

2017-06-21 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 9ce714dca -> d107b3b91 [SPARK-20640][CORE] Make rpc timeout and retry for shuffle registration configurable. ## What changes were proposed in this pull request? Currently the shuffle service registration timeout and retry has been