spark git commit: [SPARK-18941][SQL][DOC] Add a new behavior document on `CREATE/DROP TABLE` with `LOCATION`

2017-01-07 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.0 56998f3ab -> e70c4198d [SPARK-18941][SQL][DOC] Add a new behavior document on `CREATE/DROP TABLE` with `LOCATION` ## What changes were proposed in this pull request? This PR adds a new behavior change description on `CREATE TABLE ...

spark git commit: [SPARK-18941][SQL][DOC] Add a new behavior document on `CREATE/DROP TABLE` with `LOCATION`

2017-01-07 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 54138f6e8 -> 923e59484 [SPARK-18941][SQL][DOC] Add a new behavior document on `CREATE/DROP TABLE` with `LOCATION` ## What changes were proposed in this pull request? This PR adds a new behavior change description on `CREATE TABLE ... LOCA

spark git commit: [SPARK-18941][SQL][DOC] Add a new behavior document on `CREATE/DROP TABLE` with `LOCATION`

2017-01-07 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.1 c95b58557 -> ecc16220d [SPARK-18941][SQL][DOC] Add a new behavior document on `CREATE/DROP TABLE` with `LOCATION` ## What changes were proposed in this pull request? This PR adds a new behavior change description on `CREATE TABLE ...

spark git commit: [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for original and loaded model

2017-01-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.0 93549ff96 -> 56998f3ab [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for original and loaded model ## What changes were proposed in this pull request? While adding DistributedLDAModel training summary for Spa

spark git commit: [SPARK-19106][DOCS] Styling for the configuration docs is broken

2017-01-07 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 86b66216d -> c95b58557 [SPARK-19106][DOCS] Styling for the configuration docs is broken configuration.html section headings were not specified correctly in markdown and weren't rendering, being recognized correctly. Removed extra p tag

spark git commit: [SPARK-19106][DOCS] Styling for the configuration docs is broken

2017-01-07 Thread srowen
Repository: spark Updated Branches: refs/heads/master 036b50347 -> 54138f6e8 [SPARK-19106][DOCS] Styling for the configuration docs is broken ## What changes were proposed in this pull request? configuration.html section headings were not specified correctly in markdown and weren't rendering

spark git commit: [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for original and loaded model

2017-01-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.1 ee735a8a8 -> 86b66216d [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for original and loaded model ## What changes were proposed in this pull request? While adding DistributedLDAModel training summary for Spa

spark git commit: [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for original and loaded model

2017-01-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master b3d39620c -> 036b50347 [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for original and loaded model ## What changes were proposed in this pull request? While adding DistributedLDAModel training summary for SparkR,

spark git commit: [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriter

2017-01-07 Thread wenchen
Repository: spark Updated Branches: refs/heads/master cdda3372a -> b3d39620c [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriter ## What changes were proposed in this pull request? `OutputWriterFactory`/`OutputWriter` are internal interfaces and we can remove some unnecessary API

spark git commit: [MINOR] Bump R version to 2.2.0.

2017-01-07 Thread srowen
Repository: spark Updated Branches: refs/heads/master 68ea290b3 -> cdda3372a [MINOR] Bump R version to 2.2.0. ## What changes were proposed in this pull request? #16126 bumps master branch version to 2.2.0-SNAPSHOT, but it seems R version was omitted. ## How was this patch tested? N/A Autho

spark git commit: [SPARK-13748][PYSPARK][DOC] Add the description for explictly setting None for a named argument for a Row

2017-01-07 Thread srowen
Repository: spark Updated Branches: refs/heads/master d60f6f62d -> 68ea290b3 [SPARK-13748][PYSPARK][DOC] Add the description for explictly setting None for a named argument for a Row ## What changes were proposed in this pull request? It seems allowed to not set a key and value for a dict to