HDFS-6559. Fix wrong option "dfsadmin -rollingUpgrade start" in the document. (Contributed by Akira Ajisaka)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ecab65e3e
commit
21ffcc348e
|
@ -662,6 +662,9 @@ Release 2.5.0 - UNRELEASED
|
|||
HDFS-6439. NFS should not reject NFS requests to the NULL procedure whether
|
||||
port monitoring is enabled or not. (brandonli)
|
||||
|
||||
HDFS-6559. Fix wrong option "dfsadmin -rollingUpgrade start" in the
|
||||
document. (Akira Ajisaka via Arpit Agarwal)
|
||||
|
||||
BREAKDOWN OF HDFS-2006 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh)
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
|
||||
<subsection name="DFSAdmin Commands" id="dfsadminCommands">
|
||||
<h4><code>dfsadmin -rollingUpgrade</code></h4>
|
||||
<source>hdfs dfsadmin -rollingUpgrade <query|start|finalize></source>
|
||||
<source>hdfs dfsadmin -rollingUpgrade <query|prepare|finalize></source>
|
||||
<p>
|
||||
Execute a rolling upgrade action.
|
||||
<ul><li>Options:<table>
|
||||
|
|
Loading…
Reference in New Issue