Weichen Xu created SPARK-15464: ---------------------------------- Summary: Replace SQLContext and SparkContext with SparkSession using builder pattern in python test code Key: SPARK-15464 URL: https://issues.apache.org/jira/browse/SPARK-15464 Project: Spark Issue Type: Improvement Components: ML, MLlib, SQL, Tests Affects Versions: 2.0.0 Reporter: Weichen Xu Priority: Minor
In python script, there are several positions still using SQLContext and directly create SparkContext, it should be replace with SparkSession using SparkSession.builder. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org