Spark的Action算子的简单例子

package com.spark.App import org.apache.spark.{SparkContext, SparkConf} /** * Created by Administrator on 2016/8/14 0014. */ object Actions { def main(args: Array[String]) { val conf = new Spa
相关文章
相关标签/搜索