I am following this tutorial.
start-all.sh
output:
hduser@ubuntu12:~/hadoop/sbin$ start-dfs.sh
15/07/27 15:24:11 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
15/07/27 15:24:12 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:12 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:12 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:12 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:12 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:12 WARN conf.Configuration: bad conf file: element not <property>
Starting namenodes on [localhost]
localhost: starting namenode, logging to /home/hduser/hadoop/logs/hadoop-hduser-namenode-ubuntu12.out
localhost: starting datanode, logging to /home/hduser/hadoop/logs/hadoop-hduser-datanode-ubuntu12.out
Starting secondary namenodes [0.0.0.0]
0.0.0.0: starting secondarynamenode, logging to /home/hduser/hadoop/logs/hadoop-hduser-secondarynamenode-ubuntu12.out
15/07/27 15:24:29 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
15/07/27 15:24:30 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:30 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:30 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:30 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:30 WARN conf.Configuration: bad conf file: element not <property>
15/07/27 15:24:30 WARN conf.Configuration: bad conf file: element not <property>
Hadoop is running well, I have run curl http://localhost:50070/
proving that.
I know WARN util.NativeCodeLoader Unable to load native-hadoop library
's answer.
But I can not figure out what cause WARN conf.Configuration: bad conf file: element not <property>
.