Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 65193 invoked from network); 16 Jan 2009 23:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2009 23:04:29 -0000 Received: (qmail 55978 invoked by uid 500); 16 Jan 2009 23:04:24 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 55298 invoked by uid 500); 16 Jan 2009 23:04:22 -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 55286 invoked by uid 99); 16 Jan 2009 23:04:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 15:04:22 -0800 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; Fri, 16 Jan 2009 23:04:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B4378234C48C for ; Fri, 16 Jan 2009 15:03:59 -0800 (PST) Message-ID: <1931680235.1232147039737.JavaMail.jira@brutus> Date: Fri, 16 Jan 2009 15:03:59 -0800 (PST) From: "Jakob Homan (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3953) Sticky bit for directories In-Reply-To: <818000256.1218733664482.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HADOOP-3953: -------------------------------- Release Note: Implement sticky bit for directories in HDFS. (was: Implement sticky bit for directories in HDFS. Is incompatible as prior versions of Hadoop will not be able to read the persisted mode value.) Hadoop Flags: [Incompatible change, Reviewed] (was: [Reviewed, Incompatible change]) > Sticky bit for directories > -------------------------- > > Key: HADOOP-3953 > URL: https://issues.apache.org/jira/browse/HADOOP-3953 > Project: Hadoop Core > Issue Type: Improvement > Components: dfs > Reporter: Koji Noguchi > Assignee: Jakob Homan > Fix For: 0.21.0 > > Attachments: HADOOP-3953.patch, HADOOP-3953.patch, HADOOP-3953.patch, HADOOP-3953.patch > > > Our users (especially Pig) heavily use /tmp for temporary storage. > Permission are set to 777. > However, this means any users can rename and also remove (by moving to .Trash) other users directories and files. > It would be nice if we can have a sticky bit like unix. > Copy&Pasted from manpage. > STICKY DIRECTORIES > When the sticky bit is set on a directory, files in that directory may be unlinked or renamed only by > root or their owner. Without the sticky bit, anyone able to write to the directory can delete or rename > files. The sticky bit is commonly found on directories, such as /tmp, that are world-writable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.