You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Scott Phillips (JIRA)" <ji...@apache.org> on 2009/11/23 22:49:39 UTC

[jira] Created: (HADOOP-6385) dfs does not support -rmdir (was HDFS-639)

dfs does not support -rmdir (was HDFS-639)
------------------------------------------

                 Key: HADOOP-6385
                 URL: https://issues.apache.org/jira/browse/HADOOP-6385
             Project: Hadoop Common
          Issue Type: New Feature
          Components: fs
            Reporter: Scott Phillips
            Priority: Minor


>From HDFS-639
> Given we have a mkdir, we should have a rmdir. Using rmr is not
> a reasonable substitute when you only want to delete empty
> directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6385) dfs does not support -rmdir (was HDFS-639)

Posted by "Scott Phillips (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Phillips updated HADOOP-6385:
-----------------------------------

    Attachment: HADOOP-6385.patch

> dfs does not support -rmdir (was HDFS-639)
> ------------------------------------------
>
>                 Key: HADOOP-6385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6385
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>            Reporter: Scott Phillips
>            Priority: Minor
>         Attachments: HADOOP-6385.patch
>
>
> From HDFS-639
> > Given we have a mkdir, we should have a rmdir. Using rmr is not
> > a reasonable substitute when you only want to delete empty
> > directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (HADOOP-6385) dfs does not support -rmdir (was HDFS-639)

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan reopened HADOOP-6385:
---------------------------------


Hey Scott, re-opening as resolved is used for issues that have been committed, which this hasn't.  Were you still wanting this feature?  I personally have some concerns about it, but haven't had a chance to look at the patch or comment.

> dfs does not support -rmdir (was HDFS-639)
> ------------------------------------------
>
>                 Key: HADOOP-6385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6385
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>            Reporter: Scott Phillips
>            Priority: Minor
>         Attachments: HADOOP-6385.patch
>
>
> From HDFS-639
> > Given we have a mkdir, we should have a rmdir. Using rmr is not
> > a reasonable substitute when you only want to delete empty
> > directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6385) dfs does not support -rmdir (was HDFS-639)

Posted by "Scott Phillips (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Phillips updated HADOOP-6385:
-----------------------------------

    Status: Patch Available  (was: Open)

    [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 3 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 release audit.  The applied patch does not increase the total number of release audit warnings.
    [exec]


> dfs does not support -rmdir (was HDFS-639)
> ------------------------------------------
>
>                 Key: HADOOP-6385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6385
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>            Reporter: Scott Phillips
>            Priority: Minor
>         Attachments: HADOOP-6385.patch
>
>
> From HDFS-639
> > Given we have a mkdir, we should have a rmdir. Using rmr is not
> > a reasonable substitute when you only want to delete empty
> > directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6385) dfs does not support -rmdir (was HDFS-639)

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781671#action_12781671 ] 

Hadoop QA commented on HADOOP-6385:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12425890/HADOOP-6385.patch
  against trunk revision 883206.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/145/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/145/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/145/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/145/console

This message is automatically generated.

> dfs does not support -rmdir (was HDFS-639)
> ------------------------------------------
>
>                 Key: HADOOP-6385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6385
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>            Reporter: Scott Phillips
>            Priority: Minor
>         Attachments: HADOOP-6385.patch
>
>
> From HDFS-639
> > Given we have a mkdir, we should have a rmdir. Using rmr is not
> > a reasonable substitute when you only want to delete empty
> > directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-6385) dfs does not support -rmdir (was HDFS-639)

Posted by "Scott Phillips (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Phillips updated HADOOP-6385:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> dfs does not support -rmdir (was HDFS-639)
> ------------------------------------------
>
>                 Key: HADOOP-6385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6385
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>            Reporter: Scott Phillips
>            Priority: Minor
>         Attachments: HADOOP-6385.patch
>
>
> From HDFS-639
> > Given we have a mkdir, we should have a rmdir. Using rmr is not
> > a reasonable substitute when you only want to delete empty
> > directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6385) dfs does not support -rmdir (was HDFS-639)

Posted by "Scott Phillips (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785634#action_12785634 ] 

Scott Phillips commented on HADOOP-6385:
----------------------------------------

Ya, sorry Jakob, I was unclear on the process.  Let me know what concerns you have if you get a chance to look at the patch.  Thanks.

> dfs does not support -rmdir (was HDFS-639)
> ------------------------------------------
>
>                 Key: HADOOP-6385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6385
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs
>            Reporter: Scott Phillips
>            Priority: Minor
>         Attachments: HADOOP-6385.patch
>
>
> From HDFS-639
> > Given we have a mkdir, we should have a rmdir. Using rmr is not
> > a reasonable substitute when you only want to delete empty
> > directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.