i've configured hadoop 2.7.3 on ubuntu 16.04 and run all (word count and other mapReduce run all). after restart pc, i launch start-dfs, but the namenode not started. other guide says remove temporay directory, but i don't have it.
that are my files:
core-site.xml
<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://localhost:9000</value>
</property>
</configuration>
hdfs-site.xml
<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
</property>
</configuration>