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>]
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10521 (See https://builds.apache.org/job/Hadoop-trunk-Commit/10521/)
HDFS-10907. Fix Erasure Coding documentation. Contributed by Manoj (weichiu: rev 7fad1221d6f35e84b320fab82174525c067ad521)