Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 85436 invoked from network); 9 Feb 2011 14:21:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2011 14:21:30 -0000 Received: (qmail 4443 invoked by uid 500); 9 Feb 2011 14:21:30 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 4031 invoked by uid 500); 9 Feb 2011 14:21:25 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 4016 invoked by uid 99); 9 Feb 2011 14:21:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 14:21:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 14:21:24 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 265DE19B2F8 for ; Wed, 9 Feb 2011 14:21:04 +0000 (UTC) Date: Wed, 9 Feb 2011 14:21:04 +0000 (UTC) From: "Jay Hacker (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: <1287452374.5133.1297261264154.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (HDFS-1616) hadoop fs -put and -copyFromLocal do not support globs in the source path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 hadoop fs -put and -copyFromLocal do not support globs in the source path ------------------------------------------------------------------------- Key: HDFS-1616 URL: https://issues.apache.org/jira/browse/HDFS-1616 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.20.2 Environment: Cloudera CDH3b3 Reporter: Jay Hacker Priority: Minor I'd like to be able to use Hadoop globbing with the FsShell -put command, but it doesn't work: {noformat} $ ls file1 file2 $ hadoop fs -put '*' . put: File * does not exist. {noformat} This has probably gone unnoticed because your shell usually handles it, but a) I'd like to be able to call 'hadoop fs' programatically without a shell, and b) Hadoop globbing differs from shell globbing and it would be nice to be able to use it consistently. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira