You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2009/10/07 12:52:31 UTC

[jira] Created: (MAPREDUCE-1076) ClusterStatus class should be deprecated

ClusterStatus class should be deprecated 
-----------------------------------------

                 Key: MAPREDUCE-1076
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
    Affects Versions: 0.21.0
            Reporter: Amareshwari Sriramadasu
            Priority: Blocker
             Fix For: 0.21.0


ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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


[jira] Commented: (MAPREDUCE-1076) ClusterStatus class should be deprecated

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

Hadoop QA commented on MAPREDUCE-1076:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12421520/patch-1076.txt
  against trunk revision 819740.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

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

    -1 javac.  The applied patch generated 2340 javac compiler warnings (more than the trunk's current 2330 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 failed core unit tests.

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

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

This message is automatically generated.

> ClusterStatus class should be deprecated 
> -----------------------------------------
>
>                 Key: MAPREDUCE-1076
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: patch-1076.txt
>
>
> ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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


[jira] Commented: (MAPREDUCE-1076) ClusterStatus class should be deprecated

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

Hudson commented on MAPREDUCE-1076:
-----------------------------------

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

> ClusterStatus class should be deprecated 
> -----------------------------------------
>
>                 Key: MAPREDUCE-1076
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: patch-1076.txt
>
>
> ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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


[jira] Updated: (MAPREDUCE-1076) ClusterStatus class should be deprecated

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

Amareshwari Sriramadasu updated MAPREDUCE-1076:
-----------------------------------------------

    Status: Patch Available  (was: Open)

> ClusterStatus class should be deprecated 
> -----------------------------------------
>
>                 Key: MAPREDUCE-1076
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: patch-1076.txt
>
>
> ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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


[jira] Commented: (MAPREDUCE-1076) ClusterStatus class should be deprecated

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

Hudson commented on MAPREDUCE-1076:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #71 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/71/])
    . Deprecate ClusterStatus and add javadoc in ClusterMetrics. Contributed by Amareshwari Sriramadasu.


> ClusterStatus class should be deprecated 
> -----------------------------------------
>
>                 Key: MAPREDUCE-1076
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: patch-1076.txt
>
>
> ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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


[jira] Commented: (MAPREDUCE-1076) ClusterStatus class should be deprecated

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763344#action_12763344 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-1076:
----------------------------------------------------

-1 javac. Is because the class ClusterStatus is deprecated.
-1 core tests. Is known issue (MAPREDUCE-1029).
-1 tests included. Tests are not included since the patch is a simple patch which deprecates one of the classes.

> ClusterStatus class should be deprecated 
> -----------------------------------------
>
>                 Key: MAPREDUCE-1076
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: patch-1076.txt
>
>
> ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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


[jira] Updated: (MAPREDUCE-1076) ClusterStatus class should be deprecated

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

Amareshwari Sriramadasu updated MAPREDUCE-1076:
-----------------------------------------------

    Attachment: patch-1076.txt

Patch deprecating ClusterStatus. Also adds javadoc for methods in ClusterMetrics

> ClusterStatus class should be deprecated 
> -----------------------------------------
>
>                 Key: MAPREDUCE-1076
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: patch-1076.txt
>
>
> ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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


[jira] Updated: (MAPREDUCE-1076) ClusterStatus class should be deprecated

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

Sharad Agarwal updated MAPREDUCE-1076:
--------------------------------------

      Resolution: Fixed
        Assignee: Amareshwari Sriramadasu
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I committed this to 0.21 and trunk. Thanks Amareshwari!

> ClusterStatus class should be deprecated 
> -----------------------------------------
>
>                 Key: MAPREDUCE-1076
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1076
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: patch-1076.txt
>
>
> ClusterStatus class should be deprecated infavour of ClusterMetrics and TaskTrackerInfo. This was missed in MAPREDUCE-777

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