diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md index 740317f9b29..92acd3d3231 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md @@ -498,6 +498,7 @@ Usage: [-listCodecs] [-enablePolicy -policy ] [-disablePolicy -policy ] + [-removePolicy -policy ] [-verifyClusterSetup -policy ...] [-help [cmd ...]] @@ -511,6 +512,7 @@ Usage: |-listCodecs| Get the list of supported erasure coding codecs and coders in system| |-enablePolicy| Enable an ErasureCoding policy in system| |-disablePolicy| Disable an ErasureCoding policy in system| +|-removePolicy| Remove an ErasureCoding policy from system| |-verifyClusterSetup| Verify if the cluster setup can support a list of erasure coding policies| Runs the ErasureCoding CLI. See [HDFS ErasureCoding](./HDFSErasureCoding.html#Administrative_commands) for more information on this command. diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md index 3a8b611a6f2..7d268831618 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md @@ -170,6 +170,7 @@ Deployment [-listCodecs] [-enablePolicy -policy ] [-disablePolicy -policy ] + [-removePolicy -policy ] [-verifyClusterSetup -policy ...] [-help [cmd ...]]