gpt4 book ai didi

scala - Apache Flink 上的 zipWithIndex

转载 作者:行者123 更新时间:2023-12-03 13:40:35 26 4
gpt4 key购买 nike

我想为我的输入的每一行分配一个 id - 这应该是来自 0 的数字至 N - 1 ,其中 N是输入中的行数。

粗略地说,我希望能够执行以下操作:

val data = sc.textFile(textFilePath, numPartitions)
val rdd = data.map(line => process(line))
val rddMatrixLike = rdd.zipWithIndex.map { case (v, idx) => someStuffWithIndex(idx, v) }

但是在 Apache Flink 中。是否可以?

最佳答案

这现在是 Apache Flink 0.10-SNAPSHOT 版本的一部分。 zipWithIndex(in) 的示例和 zipWithUniqueId(in)可在官方Flink documentation .

关于scala - Apache Flink 上的 zipWithIndex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30596556/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com