HDFS-7669. HDFS Design Doc references commands that no longer exist. (Brahma Reddy Battula via aw)

This commit is contained in:
Allen Wittenauer 2015-02-09 12:56:48 -08:00
parent 576459801c
commit fcad031d72
2 changed files with 8 additions and 7 deletions

View File

@ -290,6 +290,9 @@ Trunk (Unreleased)
HDFS-7670. HDFS Quota guide has typos, incomplete command lines
(Brahma Reddy Battula via aw)
HDFS-7669. HDFS Design Doc references commands that no longer exist.
(Brahma Reddy Battula via aw)
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -13,9 +13,7 @@
---
HDFS Architecture
---
Dhruba Borthakur
---
${maven.build.timestamp}
${maven.build.timestamp}
HDFS Architecture
@ -439,7 +437,7 @@ HDFS Architecture
*---------+---------+
| Create a directory named <<</foodir>>> | <<<bin/hadoop dfs -mkdir /foodir>>>
*---------+---------+
| Remove a directory named <<</foodir>>> | <<<bin/hadoop dfs -rmr /foodir>>>
| Remove a directory named <<</foodir>>> | <<<bin/hadoop fs -rm -R /foodir>>>
*---------+---------+
| View the contents of a file named <<</foodir/myfile.txt>>> | <<<bin/hadoop dfs -cat /foodir/myfile.txt>>>
*---------+---------+
@ -456,11 +454,11 @@ HDFS Architecture
*---------+---------+
|| Action | Command
*---------+---------+
|Put the cluster in Safemode | <<<bin/hadoop dfsadmin -safemode enter>>>
|Put the cluster in Safemode | <<<bin/hdfs dfsadmin -safemode enter>>>
*---------+---------+
|Generate a list of DataNodes | <<<bin/hadoop dfsadmin -report>>>
|Generate a list of DataNodes | <<<bin/hdfs dfsadmin -report>>>
*---------+---------+
|Recommission or decommission DataNode(s) | <<<bin/hadoop dfsadmin -refreshNodes>>>
|Recommission or decommission DataNode(s) | <<<bin/hdfs dfsadmin -refreshNodes>>>
*---------+---------+
** Browser Interface