66941/main-java-ioexception-mkdirs-failed-create-user-hadoop-name
Hi Guys,
I am trying to run a simple word count program in Hadoop, but I am getting the below error.
exception in the thread "main" java.io.IOException: Mkdirs failed to create /user/hadoop/name
Hi@akhtar,
I think you missed to add below property in mapred-site.xml file. So, add this property and try once again.
<property> <name>mapreduce.jobtracker.address</name> <value>localhost:9000</value> </property>
Hope this will solve your error.
Try this, first stop all the daemons, ...READ MORE
Hi, You can change the owner to Hadoop ...READ MORE
Hi, You can do one thing: Create namenode dir with ...READ MORE
I am not sure about the issue. ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
Hi@akhtar, To avoid this error, follow the bellow ...READ MORE
Hi@akhtar, This error may occur if your datanode ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.