spark git commit: [SPARK-11672][ML] flaky spark.ml read/write tests

2015-11-12 Thread meng
Repository: spark Updated Branches: refs/heads/master e4e46b20f -> e71c07557 [SPARK-11672][ML] flaky spark.ml read/write tests We set `sqlContext = null` in `afterAll`. However, this doesn't change `SQLContext.activeContext` and then `SQLContext.getOrCreate` might use the `SparkContext`

spark git commit: [SPARK-11672][ML] flaky spark.ml read/write tests

2015-11-12 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.6 46a536e45 -> 874cd29f2 [SPARK-11672][ML] flaky spark.ml read/write tests We set `sqlContext = null` in `afterAll`. However, this doesn't change `SQLContext.activeContext` and then `SQLContext.getOrCreate` might use the