Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.0.0-alpha1
-
Reviewed
Description
Found one error in HDFSErasureCoding.md, missed by HDFS-9097:
Under
`policyName`: The ErasureCoding policy to be used for files under this directory. This is an optional parameter, specified using ā-sā flag.
It should be '-p'.
The same error also appears in HDFSCommands.md:
Usage:
hdfs erasurecode [generic options]
[-setPolicy [-s <policyName>] <path>]