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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/09/20 00:54:44 UTC

[jira] Created: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

Remove the deprecated, unused class ShellCommand.
-------------------------------------------------

                 Key: HADOOP-4227
                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
             Project: Hadoop Core
          Issue Type: Improvement
          Components: fs
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Tsz Wo (Nicholas), SZE
            Priority: Minor


org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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


[jira] Commented: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632868#action_12632868 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4227:
------------------------------------------------

{noformat}
     [exec] -1 overall.  

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

     [exec]     -1 tests included.  The patch doesn't appear to include any new or modified tests.
     [exec]                         Please justify why no tests are needed for this patch.

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

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

     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.
{noformat}

No new tests added since there is essentially no code changes.

> Remove the deprecated, unused class ShellCommand.
> -------------------------------------------------
>
>                 Key: HADOOP-4227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 4227_20080919.patch
>
>
> org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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


[jira] Updated: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

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

Robert Chansler updated HADOOP-4227:
------------------------------------

    Release Note: Removed the deprecated class org.apache.hadoop.fs.ShellCommand.  (was: Remove the deprecated class org.apache.hadoop.fs.ShellCommand.)
    Hadoop Flags: [Incompatible change, Reviewed]  (was: [Reviewed, Incompatible change])

> Remove the deprecated, unused class ShellCommand.
> -------------------------------------------------
>
>                 Key: HADOOP-4227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: 4227_20080919.patch
>
>
> org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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


[jira] Updated: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4227:
-------------------------------------------

    Attachment: 4227_20080919.patch

4227_20080919.patch: removed the class.

> Remove the deprecated, unused class ShellCommand.
> -------------------------------------------------
>
>                 Key: HADOOP-4227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 4227_20080919.patch
>
>
> org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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


[jira] Commented: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

Posted by "Konstantin Shvachko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632872#action_12632872 ] 

Konstantin Shvachko commented on HADOOP-4227:
---------------------------------------------

+1

> Remove the deprecated, unused class ShellCommand.
> -------------------------------------------------
>
>                 Key: HADOOP-4227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 4227_20080919.patch
>
>
> org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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


[jira] Commented: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

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

Hudson commented on HADOOP-4227:
--------------------------------

Integrated in Hadoop-trunk #611 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/611/])

> Remove the deprecated, unused class ShellCommand.
> -------------------------------------------------
>
>                 Key: HADOOP-4227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: 4227_20080919.patch
>
>
> org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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


[jira] Updated: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4227:
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0
     Hadoop Flags: [Incompatible change, Reviewed]  (was: [Incompatible change])
           Status: Resolved  (was: Patch Available)

I just committed this.

> Remove the deprecated, unused class ShellCommand.
> -------------------------------------------------
>
>                 Key: HADOOP-4227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: 4227_20080919.patch
>
>
> org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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


[jira] Updated: (HADOOP-4227) Remove the deprecated, unused class ShellCommand.

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4227:
-------------------------------------------

    Release Note: Remove the deprecated class org.apache.hadoop.fs.ShellCommand.
    Hadoop Flags: [Incompatible change]
          Status: Patch Available  (was: Open)

After removed the class, Hadoop still can be compiled.  Submitting ...

> Remove the deprecated, unused class ShellCommand.
> -------------------------------------------------
>
>                 Key: HADOOP-4227
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4227
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 4227_20080919.patch
>
>
> org.apache.hadoop.fs.ShellCommand was deprecated in 0.16 and is unused in current trunk.

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