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

2017-03-01 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-11478:
-
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 3.0.0-alpha3
   Status: Resolved  (was: Patch Available)

Committed this to trunk, thanks [~andrew.wang] for the review!

> 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
> Fix For: 3.0.0-alpha3
>
> Attachments: HDFS-11478.001.patch
>
>
> The EC commands in {{HDFSCommands.md}} is out of date. There are some places 
> need to update.
> Current EC commands in {{HDFSCommands.md}}:
> {code}
>hdfs ec [generic options]
>[-setPolicy [-p ] ]
>[-getPolicy ]
>[-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  -path ]
>  [-getPolicy -path ]
>  [-unsetPolicy -path ]
>  
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-03-01 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-11478:
-
Attachment: HDFS-11478.001.patch

> 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
> Attachments: HDFS-11478.001.patch
>
>
> The EC commands in {{HDFSCommands.md}} is out of date. There are some places 
> need to update.
> Current EC commands in {{HDFSCommands.md}}:
> {code}
>hdfs ec [generic options]
>[-setPolicy [-p ] ]
>[-getPolicy ]
>[-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  -path ]
>  [-getPolicy -path ]
>  [-unsetPolicy -path ]
>  
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-03-01 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-11478:
-
Status: Patch Available  (was: Open)

Patch attached. Kindly review.

> 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
> Attachments: HDFS-11478.001.patch
>
>
> The EC commands in {{HDFSCommands.md}} is out of date. There are some places 
> need to update.
> Current EC commands in {{HDFSCommands.md}}:
> {code}
>hdfs ec [generic options]
>[-setPolicy [-p ] ]
>[-getPolicy ]
>[-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  -path ]
>  [-getPolicy -path ]
>  [-unsetPolicy -path ]
>  
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-02-28 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-11478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-11478:
-
Description: 
The EC commands in {{HDFSCommands.md}} is out of date. There are some places 
need to update.

Current EC commands in {{HDFSCommands.md}}:

{code}
   hdfs ec [generic options]
   [-setPolicy [-p ] ]
   [-getPolicy ]
   [-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  -path ]
 [-getPolicy -path ]
 [-unsetPolicy -path ]
 
{code}

  was:
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 ] ]
   [-getPolicy ]
   [-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  -path ]
 [-getPolicy -path ]
 [-unsetPolicy -path ]
 
{code}


> 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 some places 
> need to update.
> Current EC commands in {{HDFSCommands.md}}:
> {code}
>hdfs ec [generic options]
>[-setPolicy [-p ] ]
>[-getPolicy ]
>[-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  -path ]
>  [-getPolicy -path ]
>  [-unsetPolicy -path ]
>  
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org