Hadoop Directory with Spaces

后端 未结 4 1023
清歌不尽
清歌不尽 2021-01-21 10:18

I\'m running into a problem while providing Hadoop a directory that contains spaces.

e.g

inputDir = /abc/xyz/folder name/abc.txt

Hadoo

4条回答
  •  感情败类
    2021-01-21 10:55

    Hadoop does not support empty spaces in input directory paths.

    Replace space with _ or your preferred separator character in your directory paths.

提交回复
热议问题