网站首页 站内搜索

搜索结果

查询Tags标签: sortByKey,共有 1条记录
  • 第五章_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 人评论 次浏览
扫一扫关注最新编程教程