You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Rodrigo Schmidt (JIRA)" <ji...@apache.org> on 2009/05/21 23:29:52 UTC

[jira] Commented: (HADOOP-5472) Distcp does not support globbing of input paths

    [ 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.