This commit is contained in:
Ming Ma 2017-03-01 20:24:49 -08:00
commit 4e14eaded2
1 changed files with 4 additions and 2 deletions

View File

@ -436,8 +436,9 @@ Runs the diskbalancer CLI. See [HDFS Diskbalancer](./HDFSDiskbalancer.html) for
Usage: Usage:
hdfs ec [generic options] hdfs ec [generic options]
[-setPolicy [-p <policyName>] <path>] [-setPolicy -policy <policyName> -path <path>]
[-getPolicy <path>] [-getPolicy -path <path>]
[-unsetPolicy -path <path>]
[-listPolicies] [-listPolicies]
[-usage [cmd ...]] [-usage [cmd ...]]
[-help [cmd ...]] [-help [cmd ...]]
@ -446,6 +447,7 @@ Usage:
|:---- |:---- | |:---- |:---- |
|-setPolicy| Set a specified ErasureCoding policy to a directory| |-setPolicy| Set a specified ErasureCoding policy to a directory|
|-getPolicy| Get ErasureCoding policy information about a specified path| |-getPolicy| Get ErasureCoding policy information about a specified path|
|-unsetPolicy| Unset an ErasureCoding policy set by a previous call to "setPolicy" on a directory |
|-listPolicies| Lists all supported ErasureCoding policies| |-listPolicies| Lists all supported ErasureCoding policies|
Runs the ErasureCoding CLI. See [HDFS ErasureCoding](./HDFSErasureCoding.html#Administrative_commands) for more information on this command. Runs the ErasureCoding CLI. See [HDFS ErasureCoding](./HDFSErasureCoding.html#Administrative_commands) for more information on this command.