Hadoop Directory with Spaces
问题 I'm running into a problem while providing Hadoop a directory that contains spaces. e.g inputDir = /abc/xyz/folder name/abc.txt Hadoop somehow doesn't know about the "folder name" being the name of the folder with spaces between words. I get the below error while doing that java.io.FileNotFoundException: File does not exist: /abc/xyz/folder Also, I tried providing with URL encoded. java.io.FileNotFoundException: File does not exist: /abc/xyz/folder%20name/abc.txt But still throws me the same