spark git commit: [SPARK-20197][SPARKR][BRANCH-2.1] CRAN check fail with package installation

2017-04-02 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.1 968eace85 -> ca144106b [SPARK-20197][SPARKR][BRANCH-2.1] CRAN check fail with package installation ## What changes were proposed in this pull request? Test failed because SPARK_HOME is not set before Spark is installed. Also current

spark git commit: [SPARK-20159][SPARKR][SQL] Support all catalog API in R

2017-04-02 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 657cb9541 -> 93dbfe705 [SPARK-20159][SPARKR][SQL] Support all catalog API in R ## What changes were proposed in this pull request? Add a set of catalog API in R ``` "currentDatabase", "listColumns", "listDatabases", "listFunctions",

spark git commit: [SPARK-20173][SQL][HIVE-THRIFTSERVER] Throw NullPointerException when HiveThriftServer2 is shutdown

2017-04-02 Thread srowen
Repository: spark Updated Branches: refs/heads/master 76de2d115 -> 657cb9541 [SPARK-20173][SQL][HIVE-THRIFTSERVER] Throw NullPointerException when HiveThriftServer2 is shutdown ## What changes were proposed in this pull request? If the shutdown hook called before the variable `uiTab` is set

spark git commit: [SPARK-19999][BACKPORT-2.1][CORE] Workaround JDK-8165231 to identify PPC64 architectures as supporting unaligned access

2017-04-02 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 e3cec18e1 -> 968eace85 [SPARK-1][BACKPORT-2.1][CORE] Workaround JDK-8165231 to identify PPC64 architectures as supporting unaligned access ## What changes were proposed in this pull request? This PR is backport of #17472 to Spark

spark git commit: [SPARK-20123][BUILD] SPARK_HOME variable might have spaces in it(e.g. $SPARK…

2017-04-02 Thread srowen
Repository: spark Updated Branches: refs/heads/master d40cbb861 -> 76de2d115 [SPARK-20123][BUILD] SPARK_HOME variable might have spaces in it(e.g. $SPARK… JIRA Issue: https://issues.apache.org/jira/browse/SPARK-20123 ## What changes were proposed in this pull request? If $SPARK_HOME or

spark git commit: [SPARK-20143][SQL] DataType.fromJson should throw an exception with better message

2017-04-02 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 2287f3d0b -> d40cbb861 [SPARK-20143][SQL] DataType.fromJson should throw an exception with better message ## What changes were proposed in this pull request? Currently, `DataType.fromJson` throws `scala.MatchError` or