spark git commit: [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext.

2017-09-07 Thread ueshin
Repository: spark Updated Branches: refs/heads/branch-2.0 bf1f30d7d -> ac2349199 [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext. ## What changes were proposed in this pull request? `pyspark.sql.tests.SQLTests2` doesn't stop newly created spark context

spark git commit: [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext.

2017-09-07 Thread ueshin
Repository: spark Updated Branches: refs/heads/branch-2.1 041eccb4f -> 6a8a726f3 [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext. ## What changes were proposed in this pull request? `pyspark.sql.tests.SQLTests2` doesn't stop newly created spark context

spark git commit: [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext.

2017-09-07 Thread ueshin
Repository: spark Updated Branches: refs/heads/master c26976fe1 -> 57bc1e9eb [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext. ## What changes were proposed in this pull request? `pyspark.sql.tests.SQLTests2` doesn't stop newly created spark context in

spark git commit: [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext.

2017-09-07 Thread ueshin
Repository: spark Updated Branches: refs/heads/branch-2.2 0848df1bb -> 4304d0bf0 [SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop SparkContext. ## What changes were proposed in this pull request? `pyspark.sql.tests.SQLTests2` doesn't stop newly created spark context

spark git commit: [SPARK-21939][TEST] Use TimeLimits instead of Timeouts

2017-09-07 Thread jshao
Repository: spark Updated Branches: refs/heads/master e00f1a1da -> c26976fe1 [SPARK-21939][TEST] Use TimeLimits instead of Timeouts Since ScalaTest 3.0.0, `org.scalatest.concurrent.Timeouts` is deprecated. This PR replaces the deprecated one with `org.scalatest.concurrent.TimeLimits`.

spark git commit: [SPARK-13656][SQL] Delete spark.sql.parquet.cacheMetadata from SQLConf and docs

2017-09-07 Thread lixiao
Repository: spark Updated Branches: refs/heads/master b9ab791a9 -> e00f1a1da [SPARK-13656][SQL] Delete spark.sql.parquet.cacheMetadata from SQLConf and docs ## What changes were proposed in this pull request? Since [SPARK-15639](https://github.com/apache/spark/pull/13701),

spark git commit: [SPARK-21890] Credentials not being passed to add the tokens

2017-09-07 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 49968de52 -> 0848df1bb [SPARK-21890] Credentials not being passed to add the tokens ## What changes were proposed in this pull request? I observed this while running a oozie job trying to connect to hbase via spark. It look like the

spark git commit: [SPARK-21890] Credentials not being passed to add the tokens

2017-09-07 Thread tgraves
Repository: spark Updated Branches: refs/heads/master eea2b877c -> b9ab791a9 [SPARK-21890] Credentials not being passed to add the tokens I observed this while running a oozie job trying to connect to hbase via spark. It look like the creds are not being passed in