spark git commit: [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hive Table With an Empty Schema

2017-02-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 317fa7508 -> 65b10ffb3 [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hive Table With an Empty Schema ### What changes were proposed in this pull request? So far, we allow users to create a table with an empty s

spark git commit: [SPARK-19421][ML][PYSPARK] Remove numClasses and numFeatures methods in LinearSVC

2017-02-05 Thread holden
Repository: spark Updated Branches: refs/heads/master b3e89802a -> 317fa7508 [SPARK-19421][ML][PYSPARK] Remove numClasses and numFeatures methods in LinearSVC ## What changes were proposed in this pull request? Methods `numClasses` and `numFeatures` in LinearSVCModel are already usable by in

spark git commit: [SPARK-19247][ML] Save large word2vec models

2017-02-05 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master b94f4b6fa -> b3e89802a [SPARK-19247][ML] Save large word2vec models ## What changes were proposed in this pull request? * save word2vec models as distributed files rather than as one large datum. Backwards compatibility with the previous

spark git commit: [SPARK-19452][SPARKR] Fix bug in the name assignment method

2017-02-05 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 0674e7eb8 -> b94f4b6fa [SPARK-19452][SPARKR] Fix bug in the name assignment method ## What changes were proposed in this pull request? The names method fails to check for validity of the assignment values. This can be fixed by calling coln