You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yiqun Lin (JIRA)" <ji...@apache.org> on 2017/03/01 04:30:46 UTC

[jira] [Created] (HDFS-11478) Update EC commands in HDFSCommands.md

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org