Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk
This commit is contained in:
commit
4e14eaded2
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue