Yiqun Lin created HDFS-11478: -------------------------------- Summary: Update EC commands in HDFSCommands.md Key: HDFS-11478 URL: https://issues.apache.org/jira/browse/HDFS-11478 Project: Hadoop HDFS Issue Type: Bug Components: documentation, erasure-coding Reporter: Yiqun Lin Assignee: Yiqun Lin Priority: Minor
The EC commands in {{HDFSCommands.md}} is out of date. There are two places need to update. Current EC commands in {{HDFSCommands.md}}: {code} hdfs ec [generic options] [-setPolicy [-p <policyName>] <path>] [-getPolicy <path>] [-listPolicies] {code} But after the work on HDFS-11426 and HDFS-11072, the EC commands usages changed as followings that showed in {{HDFSErasureCoding.md}}: {code} hdfs ec [generic options] [-setPolicy -policy <policyName> -path <path>] [-getPolicy -path <path>] [-unsetPolicy -path <path>] .... {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org