HDFS-10944. Correct the javadoc of dfsadmin#disallowSnapshot. Contributed by Jagadesh Kiran N
(cherry picked from commit 5ea0210c7f
)
This commit is contained in:
parent
438402a710
commit
1ae35b6fff
|
@ -713,7 +713,7 @@ public class DFSAdmin extends FsShell {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allow snapshot on a directory.
|
* Disallow snapshot on a directory.
|
||||||
* Usage: hdfs dfsadmin -disallowSnapshot snapshotDir
|
* Usage: hdfs dfsadmin -disallowSnapshot snapshotDir
|
||||||
* @param argv List of of command line parameters.
|
* @param argv List of of command line parameters.
|
||||||
* @exception IOException
|
* @exception IOException
|
||||||
|
|
Loading…
Reference in New Issue