GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/9694
[SPARK-11672] [ML] do not use SQLContext.getOrCreate Still saw some error messages caused by `SQLContext.getOrCreate`: https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/3997/AMPLAB_JENKINS_BUILD_PROFILE=hadoop2.3,label=spark-test/testReport/junit/org.apache.spark.ml.util/JavaDefaultReadWriteSuite/testDefaultReadWrite/ This PR switches to `new SQLContext`. cc: @yhuai You can merge this pull request into a Git repository by running: $ git pull https://github.com/mengxr/spark SPARK-11672.3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/9694.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #9694 ---- commit 2b688079a9b5fbe025275878f3b90a05fae98be4 Author: Xiangrui Meng <m...@databricks.com> Date: 2015-11-13T16:57:47Z do not use SQLContext.getOrCreate ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org