spark git commit: [SPARK-20442][PYTHON][DOCS] Fill up documentations for functions in Column API in PySpark

2017-04-29 Thread holden
Repository: spark Updated Branches: refs/heads/master 70f1bcd7b -> d228cd0b0 [SPARK-20442][PYTHON][DOCS] Fill up documentations for functions in Column API in PySpark ## What changes were proposed in this pull request? This PR proposes to fill up the documentation with examples for

spark git commit: [SPARK-20493][R] De-duplicate parse logics for DDL-like type strings in R

2017-04-29 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master ee694cdff -> 70f1bcd7b [SPARK-20493][R] De-duplicate parse logics for DDL-like type strings in R ## What changes were proposed in this pull request? It seems we are using `SQLUtils.getSQLDataType` for type string in structField. It looks

spark git commit: [SPARK-20533][SPARKR] SparkR Wrappers Model should be private and value should be lazy

2017-04-29 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master add9d1bba -> ee694cdff [SPARK-20533][SPARKR] SparkR Wrappers Model should be private and value should be lazy ## What changes were proposed in this pull request? MultilayerPerceptronClassifierWrapper model should be private.

spark git commit: [SPARK-19791][ML] Add doc and example for fpgrowth

2017-04-29 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 4a86d8db4 -> 9789d5c57 [SPARK-19791][ML] Add doc and example for fpgrowth ## What changes were proposed in this pull request? Add a new section for fpm Add Example for FPGrowth in scala and Java updated: Rewrite transform to be more

spark git commit: [SPARK-19791][ML] Add doc and example for fpgrowth

2017-04-29 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master b28c3bc20 -> add9d1bba [SPARK-19791][ML] Add doc and example for fpgrowth ## What changes were proposed in this pull request? Add a new section for fpm Add Example for FPGrowth in scala and Java updated: Rewrite transform to be more

spark git commit: [SPARK-20477][SPARKR][DOC] Document R bisecting k-means in R programming guide

2017-04-29 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 ca6c59e7e -> 4a86d8db4 [SPARK-20477][SPARKR][DOC] Document R bisecting k-means in R programming guide ## What changes were proposed in this pull request? Add hyper link in the SparkR programming guide. ## How was this patch tested?

spark git commit: [SPARK-20477][SPARKR][DOC] Document R bisecting k-means in R programming guide

2017-04-29 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 814a61a86 -> b28c3bc20 [SPARK-20477][SPARKR][DOC] Document R bisecting k-means in R programming guide ## What changes were proposed in this pull request? Add hyper link in the SparkR programming guide. ## How was this patch tested?

spark git commit: [SPARK-20487][SQL] Display `serde` for `HiveTableScan` node in explained plan

2017-04-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 77bcd77ed -> 814a61a86 [SPARK-20487][SQL] Display `serde` for `HiveTableScan` node in explained plan ## What changes were proposed in this pull request? This was a suggestion by rxin at

spark git commit: [SPARK-20487][SQL] Display `serde` for `HiveTableScan` node in explained plan

2017-04-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 140586238 -> ca6c59e7e [SPARK-20487][SQL] Display `serde` for `HiveTableScan` node in explained plan ## What changes were proposed in this pull request? This was a suggestion by rxin at