Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
The EC commands in HDFSCommands.md is out of date. There are some places need to update.
Current EC commands in HDFSCommands.md:
hdfs ec [generic options]
[-setPolicy [-p <policyName>] <path>]
[-getPolicy <path>]
[-listPolicies]
But after the work on HDFS-11426 and HDFS-11072, the EC commands usages changed as followings that showed in HDFSErasureCoding.md:
hdfs ec [generic options]
[-setPolicy -policy <policyName> -path <path>]
[-getPolicy -path <path>]
[-unsetPolicy -path <path>]
....
Attachments
Attachments
Issue Links
- relates to
-
HDFS-11072 Add ability to unset and change directory EC policy
- Resolved
-
HDFS-11426 Refactor EC CLI to be similar to storage policies CLI
- Resolved