Emrfs file sync with s3 not working

前端 未结 3 973
野趣味
野趣味 2021-02-20 08:51

After running a spark job on an Amazon EMR cluster, I deleted the output files directly from s3 and tried to rerun the job again. I received the following error upon trying to w

3条回答
  •  别那么骄傲
    2021-02-20 09:07

    It turned out that I needed to run

    emrfs delete s3://bucket/folder
    

    first before running sync. Running the above solved the issue.

提交回复
热议问题