[
https://issues.apache.org/jira/browse/HADOOP-12214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14634553#comment-14634553
]
Akira AJISAKA commented on HADOOP-12214:
----------------------------------------
Thanks [~vinayrpet] for taking this issue. Mostly looks good to me. One minor
comment:
{code}
+ private static final String usage = "archive"
+ + " <-archiveName <NAME>.har> <-p <parent path> [-r <replication factor>]" +
+ " <src>* <dest>" +
{code}
{{>}} is missing after {{<parent path>}}.
> Parse 'HadoopArchive' commandline using cli Options.
> ----------------------------------------------------
>
> Key: HADOOP-12214
> URL: https://issues.apache.org/jira/browse/HADOOP-12214
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Vinayakumar B
> Assignee: Vinayakumar B
> Priority: Minor
> Attachments: HADOOP-12214-01.patch, HADOOP-12214-02.patch,
> HADOOP-12214-03.patch
>
>
> Use the CommandLine parser for parsing the hadoop archives options.
> This will make provide options in any order.
> Currently strict order needs to maintained.
> like {{-archiveName <NAME>.har -p <parent path> \[-r <replication factor>\]
> <src>* <dest>}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)