Hadoop Failed to set permissions of path: \tmp\ Hadoop Failed to set permissions of path: \tmp\ hadoop hadoop

Hadoop Failed to set permissions of path: \tmp\


try changing the file permissions of the folder you are using as hadoop tmp folder.something like:

sudo chmod a+w /app/hadoop/tmp -R


Please add this entry in core-site.xml like this

<property><name>hadoop.tmp.dir</name> <value>/tmp/hadoop-${user.name}</value> <description>A base for other temporary directories.</description></property>

Problem with your configuration is tmp folder which hadoop is reading is under root or /tmp.