Replace the old SQLContext and HiveContext with SparkSession. For example: import org.apache.spark.sql.SparkSession val spark = SparkSession .builder ...
確定! 回上一頁