[1/2] spark git commit: [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalog

2016-08-21 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 91c239768 -> b2074b664 http://git-wip-us.apache.org/repos/asf/spark/blob/b2074b66/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala -- diff

[2/2] spark git commit: [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalog

2016-08-21 Thread yhuai
[SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalog ## What changes were proposed in this pull request? Spark SQL doesn't have its own meta store yet, and use hive's currently. However, hive's meta store has some limitations(e.g. columns can't be too many, not

spark git commit: [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVER` correctly

2016-08-21 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.0 029789611 -> e62b29f29 [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVER` correctly ## What changes were proposed in this pull request? Currently, `NullPropagation` optimizer replaces `COUNT` on null

spark git commit: [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVER` correctly

2016-08-21 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master ab7143463 -> 91c239768 [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVER` correctly ## What changes were proposed in this pull request? Currently, `NullPropagation` optimizer replaces `COUNT` on null literals

spark git commit: [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.

2016-08-21 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.0 26d5a8b0d -> 029789611 [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings. This PR tries to fix all the remaining "undocumented/duplicated arguments" warnings given by CRAN-check. One left is doc for R

spark git commit: [MINOR][R] add SparkR.Rcheck/ and SparkR_*.tar.gz to R/.gitignore

2016-08-21 Thread meng
Repository: spark Updated Branches: refs/heads/branch-2.0 faff9297d -> 26d5a8b0d [MINOR][R] add SparkR.Rcheck/ and SparkR_*.tar.gz to R/.gitignore ## What changes were proposed in this pull request? Ignore temp files generated by `check-cran.sh`. Author: Xiangrui Meng

spark git commit: [MINOR][R] add SparkR.Rcheck/ and SparkR_*.tar.gz to R/.gitignore

2016-08-21 Thread meng
Repository: spark Updated Branches: refs/heads/master e328f577e -> ab7143463 [MINOR][R] add SparkR.Rcheck/ and SparkR_*.tar.gz to R/.gitignore ## What changes were proposed in this pull request? Ignore temp files generated by `check-cran.sh`. Author: Xiangrui Meng

spark git commit: [SPARK-17002][CORE] Document that spark.ssl.protocol. is required for SSL

2016-08-21 Thread srowen
Repository: spark Updated Branches: refs/heads/master 7f08a60b6 -> e328f577e [SPARK-17002][CORE] Document that spark.ssl.protocol. is required for SSL ## What changes were proposed in this pull request? `spark.ssl.enabled`=true, but failing to set `spark.ssl.protocol` will fail and throw

spark git commit: [SPARK-16961][FOLLOW-UP][SPARKR] More robust test case for spark.gaussianMixture.

2016-08-21 Thread yliang
Repository: spark Updated Branches: refs/heads/master 61ef74f22 -> 7f08a60b6 [SPARK-16961][FOLLOW-UP][SPARKR] More robust test case for spark.gaussianMixture. ## What changes were proposed in this pull request? #14551 fixed off-by-one bug in ```randomizeInPlace``` and some test failure