[ 
https://issues.apache.org/jira/browse/HADOOP-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated HADOOP-3953:
--------------------------------

    Attachment: HADOOP-3953.patch

* Addressed Nicholas' comments
* Refined chmod processing
* Tightened up testing
{noformat}
     [exec] +1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 10 new or 
modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec] 
     [exec]     +1 Eclipse classpath. The patch retains Eclipse classpath 
integrity.
{noformat}


> 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
>         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.

Reply via email to