Hadoop java.io.IOException: Mkdirs failed to create /some/path

后端 未结 8 1779
无人共我
无人共我 2020-11-28 04:49

When I try to run my Job I am getting the following exception:

Exception in thread \"main\" java.io.IOException: Mkdirs failed to create /some/path
    at or         


        
8条回答
  •  一整个雨季
    2020-11-28 05:25

    In my case I just renamed the file "log_test.txt"

    Because the OS (UBUNTU) was trying to generate a folder with the same name. "log_test.txt/__results.json"

提交回复
热议问题