【Spark Java API】Action(4)—sortBy、takeOrdered、takeSample 2024年1月6日 Spark 0条评论 225次阅读 0人点赞 sortBy 官方文档描述: Return this RDD sorted by the given key function. 函数原型: def sortBy[S](f: JFunction[T, S], ascen…