Spark Exception : Task failed while writing rows

前端 未结 5 1418
南旧
南旧 2021-01-02 17:13

I am reading text files and converting them to parquet files. I am doing it using spark code. But when i try to run the code I get following exception

org.ap         


        
5条回答
  •  借酒劲吻你
    2021-01-02 17:45

    If ever it is still relavant, the experience I had with this issue was that I did not start hadoop. If you run spark on top of it, it might be worth starting hadoop and check again.

提交回复
热议问题