Spark Exception : Task failed while writing rows

前端 未结 5 1467
南旧
南旧 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:43

    In my case, I saw this error when I tried to overwrite hdfs directory which belonged to a different user. Deleting the directory a letting my process write it from scratch solved it. So I guess, more digging is appropriate in direction of user permissions on hdfs.

提交回复
热议问题