[
https://issues.apache.org/jira/browse/HADOOP-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526883#comment-14526883
]
Rich Haase commented on HADOOP-1540:
------------------------------------
I'm not sure what to do about this final checkstyle warning:
./hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/OptionsParser.java:77:3:
Method length is 196 lines (max allowed is 150).
The method in question is parse(), which was about 190 lines before I made my
changes and is now 196 lines. I can break up the parse method, but that seems
like it would be more appropriate if this were a refactoring change, rather
than a feature addition. Can someone offer some suggestions for how I should
handle this?
> distcp should support an exclude list
> -------------------------------------
>
> Key: HADOOP-1540
> URL: https://issues.apache.org/jira/browse/HADOOP-1540
> Project: Hadoop Common
> Issue Type: Improvement
> Components: util
> Affects Versions: 2.6.0
> Reporter: Senthil Subramanian
> Assignee: Rich Haase
> Priority: Minor
> Labels: patch
> Fix For: 2.6.0
>
> Attachments: HADOOP-1540.003.patch
>
>
> There should be a way to ignore specific paths (eg: those that have already
> been copied over under the current srcPath).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)