搜索结果
查询Tags标签: rdd2,共有 3条记录-
第五章_Spark核心编程_Rdd_转换算子_keyValue型_sortByKey
1.定义/** 1.定义* def sortByKey(ascending: Boolean = true, numPartitions: Int = self.partitions.length)* : RDD[(K, V)] = self.withScope* ascending : true-正序 false-逆序* numPartitions : 排序完后,对结果数据的分区数** 2.功能* 拉取所…
2022/3/26 11:22:36 人评论 次浏览 -
Spark原理及源码解析【第六阶段模块四】
简答题: 以下代码:import org.apache.spark.rdd.RDD import org.apache.spark.{SparkConf, SparkContext}object JoinDemo {def main(args: Array[String]): Unit = {val conf = new SparkConf().setAppName(this.getClass.getCanonicalName.init).setMaster("loca…
2021/9/17 22:08:00 人评论 次浏览 -
Spark原理及源码解析【第六阶段模块四】
简答题: 以下代码:import org.apache.spark.rdd.RDD import org.apache.spark.{SparkConf, SparkContext}object JoinDemo {def main(args: Array[String]): Unit = {val conf = new SparkConf().setAppName(this.getClass.getCanonicalName.init).setMaster("loca…
2021/9/17 22:08:00 人评论 次浏览