spark git commit: [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllib

2015-12-16 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.6 04e868b63 -> 552b38f87 [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllib MLlib should use SQLContext.getOrCreate() instead of creating new SQLContext. Author: Davies Liu Closes #10338 from

spark git commit: [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllib

2015-12-16 Thread davies
Repository: spark Updated Branches: refs/heads/master 3a44aebd0 -> 27b98e99d [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllib MLlib should use SQLContext.getOrCreate() instead of creating new SQLContext. Author: Davies Liu Closes #10338 from