I am trying to create a folder in Hadoop to run the word count. But, it says I don't have permissions to create a directory


1 Answer(s)


hi Ramkumar,

You cannot create a directory under "root" (/) directory. please try this
hadoop fs -mkdir wordcount.

Thanks