gpt4 book ai didi

scala - sc.textFile 之后的 zipWithIndex 会给出正确的行号吗?

转载 作者:行者123 更新时间:2023-12-05 00:17:07 28 4
gpt4 key购买 nike

说如果我这样做,如下所示。

val rdd = sc.textFile("someFile.txt")
val rddWithLines = rdd.zipWithIndex

zipWithIndex 添加的索引是否对应于输入文件中的行号(当然第一行是 0)?还是在这种情况下订单被破坏了?

最佳答案

zipWithIndex是一个仅限 map 的转换(它不会随机播放),所以顺序是正确的。您可以在这里安全地使用它。

关于scala - sc.textFile 之后的 zipWithIndex 会给出正确的行号吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40898344/

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