[
https://issues.apache.org/jira/browse/HADOOP-5472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711817#action_12711817
]
Rodrigo Schmidt commented on HADOOP-5472:
-----------------------------------------
An ArrayList might not be the best data structure to unglob the input sources,
as the internal array will be re-sized for every new entry we add. A LinkedList
would fit better.
> Distcp does not support globbing of input paths
> -----------------------------------------------
>
> Key: HADOOP-5472
> URL: https://issues.apache.org/jira/browse/HADOOP-5472
> Project: Hadoop Core
> Issue Type: Bug
> Components: tools/distcp
> Reporter: dhruba borthakur
> Assignee: Rodrigo Schmidt
> Attachments: DistcpGlob.txt
>
>
> The current version of distcp does not support globbing of input paths.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.