val rdd = sc.textFile("someFile.txt") val rddWithLines = rdd.zipWithIndex
zipWithIndex添加的索引是否与输入文件中的行号(当然第一行为0)相对应?或者在这种情况下订单是否破裂?