Format the namenode
Next step is to format the Namenode to create a Hadoop Distributed File System (HDFS).
- Open a new Cygwin window.
- Execute the following commands:
cd hadoop-0.19.1
mkdir logs
bin/hadoop namenode -format
Format the namenode - The last command will run for some time and produce output similar to that shown below:
Hadoop Distributed File System created.
Now that the filesystem has been created you can proceed to the next step.
If you have questions comments suggestions regarding this tutorial you can post them here or you can write me an email to tutorials AT v-lad.org.