Browse Source

Document the new format command.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@389568 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 years ago
parent
commit
943ba3132a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/hadoop

+ 1 - 0
bin/hadoop

@@ -30,6 +30,7 @@ done
 if [ $# = 0 ]; then
   echo "Usage: hadoop COMMAND"
   echo "where COMMAND is one of:"
+  echo "  namenode -format  format the DFS filesystem"
   echo "  namenode          run the DFS namenode"
   echo "  datanode          run a DFS datanode"
   echo "  dfs               run a DFS admin client"