摘要:
import org.apache.spark.{SparkConf, SparkContext} import org.apache.spark.sql.SparkSession object WordCount { def main(args:Array[String]): Unit ={ val conf = new SparkConf() .setAppN... 阅读全文
posted @ 2018-11-22 17:12
TIMLONG
阅读(561)
评论(0)
推荐(0)
浙公网安备 33010602011771号