how to separate body from headers in textfiles using RDD operations (pyspark )

前端 未结 0 394
借酒劲吻你
借酒劲吻你 2021-01-18 08:42

I am reading multiple text-files and my code is

atheism=sc.textFile("alt.atheism/*")
atheism.take(50)

and the output is like

相关标签:
回答
  • 消灭零回复
提交回复
热议问题