You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/04/12 01:35:33 UTC

[jira] Created: (HADOOP-1250) Remove the MustangFile class from streaming and promote the chmod into FileUtils

Remove the MustangFile class from streaming and promote the chmod into FileUtils
--------------------------------------------------------------------------------

                 Key: HADOOP-1250
                 URL: https://issues.apache.org/jira/browse/HADOOP-1250
             Project: Hadoop
          Issue Type: Improvement
          Components: fs
    Affects Versions: 0.12.3
            Reporter: Owen O'Malley
         Assigned To: Owen O'Malley
             Fix For: 0.13.0


I need a chmod utility and streaming has one that is hidden away. Reimplement it in FileUtils and remove the MustangFile class.

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


[jira] Updated: (HADOOP-1250) Remove the MustangFile class from streaming and promote the chmod into FileUtils

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

Doug Cutting updated HADOOP-1250:
---------------------------------

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

I just committed this.  Thanks, Owen!

> Remove the MustangFile class from streaming and promote the chmod into FileUtils
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-1250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1250
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.12.3
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.13.0
>
>         Attachments: no-mustang.patch
>
>
> I need a chmod utility and streaming has one that is hidden away. Reimplement it in FileUtils and remove the MustangFile class.

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


[jira] Updated: (HADOOP-1250) Remove the MustangFile class from streaming and promote the chmod into FileUtils

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

Owen O'Malley updated HADOOP-1250:
----------------------------------

    Status: Patch Available  (was: Open)

> Remove the MustangFile class from streaming and promote the chmod into FileUtils
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-1250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1250
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.12.3
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.13.0
>
>         Attachments: no-mustang.patch
>
>
> I need a chmod utility and streaming has one that is hidden away. Reimplement it in FileUtils and remove the MustangFile class.

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


[jira] Commented: (HADOOP-1250) Remove the MustangFile class from streaming and promote the chmod into FileUtils

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

Hadoop QA commented on HADOOP-1250:
-----------------------------------

Integrated in Hadoop-Nightly #60 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/60/)

> Remove the MustangFile class from streaming and promote the chmod into FileUtils
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-1250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1250
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.12.3
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.13.0
>
>         Attachments: no-mustang.patch
>
>
> I need a chmod utility and streaming has one that is hidden away. Reimplement it in FileUtils and remove the MustangFile class.

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


[jira] Updated: (HADOOP-1250) Remove the MustangFile class from streaming and promote the chmod into FileUtils

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

Owen O'Malley updated HADOOP-1250:
----------------------------------

    Attachment: no-mustang.patch

> Remove the MustangFile class from streaming and promote the chmod into FileUtils
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-1250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1250
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.12.3
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.13.0
>
>         Attachments: no-mustang.patch
>
>
> I need a chmod utility and streaming has one that is hidden away. Reimplement it in FileUtils and remove the MustangFile class.

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


[jira] Updated: (HADOOP-1250) Remove the MustangFile class from streaming and promote the chmod into FileUtils

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

Owen O'Malley updated HADOOP-1250:
----------------------------------

    Component/s:     (was: fs)
                 contrib/streaming

> Remove the MustangFile class from streaming and promote the chmod into FileUtils
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-1250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1250
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.12.3
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.13.0
>
>         Attachments: no-mustang.patch
>
>
> I need a chmod utility and streaming has one that is hidden away. Reimplement it in FileUtils and remove the MustangFile class.

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


[jira] Commented: (HADOOP-1250) Remove the MustangFile class from streaming and promote the chmod into FileUtils

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

Hadoop QA commented on HADOOP-1250:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12355377/no-mustang.patch applied and successfully tested against trunk revision r527711.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/33/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/33/console

> Remove the MustangFile class from streaming and promote the chmod into FileUtils
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-1250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1250
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.12.3
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.13.0
>
>         Attachments: no-mustang.patch
>
>
> I need a chmod utility and streaming has one that is hidden away. Reimplement it in FileUtils and remove the MustangFile class.

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