spark dataframe 如何保存到本地

在 Spark 2.x 里面,可以直接使用以下命令

df.write.format("csv").save(filepath)

你可能感兴趣的:(spark dataframe 如何保存到本地)