I\'m running into a problem while providing Hadoop a directory that contains spaces.
e.g
inputDir = /abc/xyz/folder name/abc.txt
Hadoo
Hadoop does not support empty spaces in input directory paths.
Replace space with _ or your preferred separator character in your directory paths.