Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 44888 invoked from network); 25 Mar 2008 14:27:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2008 14:27:33 -0000 Received: (qmail 29392 invoked by uid 500); 25 Mar 2008 14:27:31 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 29364 invoked by uid 500); 25 Mar 2008 14:27:31 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 29350 invoked by uid 99); 25 Mar 2008 14:27:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 07:27:31 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 14:26:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 57AF9234C0AD for ; Tue, 25 Mar 2008 07:25:24 -0700 (PDT) Message-ID: <1195120225.1206455124358.JavaMail.jira@brutus> Date: Tue, 25 Mar 2008 07:25:24 -0700 (PDT) From: "Gautam Kowshik (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-3088) hadoop dfs commands showing inconsistent behaviour.. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hadoop dfs commands showing inconsistent behaviour.. ---------------------------------------------------- Key: HADOOP-3088 URL: https://issues.apache.org/jira/browse/HADOOP-3088 Project: Hadoop Core Issue Type: Bug Components: dfs Affects Versions: 0.15.3 Reporter: Gautam Kowshik We're seeing inconsistent behavior with hadoop commands hadoop dfs -mkdir a/* Will create a directory called '*' which cannot be deleted using rm (which successfully does expand the *). Additionally, I am having a problem I didn't have before: If I want to dfsput large number of files without having to spawn the dfs -put for every file.. I cannot just do a hadoop dfs -put local_folder/file_* dfs_folder/ I get : "Usage: java FsShell [-put ]" The shell does the expansion but -put has a problem with more than one. This is a fairly rudimentary functionality to have that can improve data movement efficiency. Also, can I have an alternative for this? I need to push all files that appear in a local folder to the same dest folder again and again. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.