一、object SparkSession is not a member of package org.apache.spark.sql
解决方案:
SparkSession是spark-sql的一部分,需要在pom.xml中添加如下内容
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId
一、object SparkSession is not a member of package org.apache.spark.sql
解决方案:
SparkSession是spark-sql的一部分,需要在pom.xml中添加如下内容
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId