Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 93601 invoked from network); 9 Nov 2009 23:12:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Nov 2009 23:12:55 -0000 Received: (qmail 24015 invoked by uid 500); 9 Nov 2009 23:12:55 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 23928 invoked by uid 500); 9 Nov 2009 23:12:54 -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 23918 invoked by uid 99); 9 Nov 2009 23:12:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 23:12:54 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Mon, 09 Nov 2009 23:12:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75067234C1EF for ; Mon, 9 Nov 2009 15:12:32 -0800 (PST) Message-ID: <172979667.1257808352477.JavaMail.jira@brutus> Date: Mon, 9 Nov 2009 23:12:32 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: hdfs-dev@hadoop.apache.org Subject: [jira] Created: (HDFS-760) "fs -put" fails if dfs.umask is set to 63 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 "fs -put" fails if dfs.umask is set to 63 ----------------------------------------- Key: HDFS-760 URL: https://issues.apache.org/jira/browse/HDFS-760 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.21.0 Reporter: Tsz Wo (Nicholas), SZE Fix For: 0.21.0, 0.22.0 Add the following to hdfs-site.conf {noformat} dfs.umask 63 {noformat} Then run "hadoop fs -put" {noformat} -bash-3.1$ ./bin/hadoop fs -put README.txt r.txt 09/11/09 23:09:07 WARN conf.Configuration: mapred.task.id is deprecated. Instead, use mapreduce.task.attempt.id put: 63 Usage: java FsShell [-put ... ] -bash-3.1$ {noformat} Observed the above behavior in 0.21. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.