Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C065D2AE for ; Mon, 18 Jun 2012 18:01:46 +0000 (UTC) Received: (qmail 15138 invoked by uid 500); 18 Jun 2012 18:01:45 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 14852 invoked by uid 500); 18 Jun 2012 18:01:45 -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 14638 invoked by uid 99); 18 Jun 2012 18:01:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 18:01:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E0C5B1427F2 for ; Mon, 18 Jun 2012 18:01:44 +0000 (UTC) Date: Mon, 18 Jun 2012 18:01:44 +0000 (UTC) From: "Andy Isaacson (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: <1582139687.25855.1340042504922.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HDFS-3542) chmod does not parse ugo+rwx,+t correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andy Isaacson created HDFS-3542: ----------------------------------- Summary: chmod does not parse ugo+rwx,+t correctly Key: HDFS-3542 URL: https://issues.apache.org/jira/browse/HDFS-3542 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 2.0.0-alpha Reporter: Andy Isaacson Assignee: Andy Isaacson Priority: Minor The {{-chmod}} command should either parse the string properly, or provide an error message. Currently it discards the first part of the provided pattern. {code} $ hdfs dfs -chmod ugo+rwx,+t /tmp $ hdfs dfs -ls / Found 1 items drwxr-xr-t - hdfs supergroup 0 2012-06-18 10:53 /tmp {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira