In this case what you can do is just format the namenode:
$ bin/hdfs namenode -format
then start NameNode daemon and DataNode daemon:
$ sbin/start-dfs.sh
Browse the web interface for the NameNode; by default it is available at: NameNode - http://localhost:50070/
If you don't format the namenode, it won't start.
Hope this will help you.