微信扫一扫
dataDF .rdd .groupBy(row => row.getAs[Long]("the_key")) .repartition(2000) // 这个 .flatMap(pair => {
相关推荐