Spark has an integrated function to read csv it is very simple as: ... textFile = spark.read.text('path/file.txt') ... read input text file to RDD
確定! 回上一頁