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 "Luke Lu (JIRA)" <ji...@apache.org> on 2011/05/24 18:24:47 UTC

[jira] [Created] (MAPREDUCE-2533) MR-279: Metrics for reserved resource in ResourceManager

MR-279: Metrics for reserved resource in ResourceManager
--------------------------------------------------------

                 Key: MAPREDUCE-2533
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2533
             Project: Hadoop Map/Reduce
          Issue Type: New Feature
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Luke Lu
            Assignee: Luke Lu
             Fix For: 0.23.0


Add metrics for reserved resources.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2533) MR-279: Metrics for reserved resource in ResourceManager

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

Luke Lu commented on MAPREDUCE-2533:
------------------------------------

bq. You've added Node.getReservedResource just to get the metric back during Application.unreserve, correct?

Yes. The NodeManagerImpl seems to be the place to save it as it also talks about update the reserved resource etc. but not really save it

> MR-279: Metrics for reserved resource in ResourceManager
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-2533
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2533
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Luke Lu
>            Assignee: Luke Lu
>             Fix For: 0.23.0
>
>         Attachments: mr-2533-reserved-metrics-v1.patch
>
>
> Add metrics for reserved resources.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (MAPREDUCE-2533) MR-279: Metrics for reserved resource in ResourceManager

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

Arun C Murthy resolved MAPREDUCE-2533.
--------------------------------------

    Resolution: Fixed

I just committed this. Thanks Luke!

> MR-279: Metrics for reserved resource in ResourceManager
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-2533
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2533
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Luke Lu
>            Assignee: Luke Lu
>             Fix For: 0.23.0
>
>         Attachments: mr-2533-reserved-metrics-v1.patch
>
>
> Add metrics for reserved resources.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2533) MR-279: Metrics for reserved resource in ResourceManager

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

Arun C Murthy commented on MAPREDUCE-2533:
------------------------------------------

+1, lgtm

> MR-279: Metrics for reserved resource in ResourceManager
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-2533
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2533
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Luke Lu
>            Assignee: Luke Lu
>             Fix For: 0.23.0
>
>         Attachments: mr-2533-reserved-metrics-v1.patch
>
>
> Add metrics for reserved resources.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2533) MR-279: Metrics for reserved resource in ResourceManager

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

Luke Lu updated MAPREDUCE-2533:
-------------------------------

    Attachment: mr-2533-reserved-metrics-v1.patch

Arun: review the reserved resource logic?

> MR-279: Metrics for reserved resource in ResourceManager
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-2533
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2533
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Luke Lu
>            Assignee: Luke Lu
>             Fix For: 0.23.0
>
>         Attachments: mr-2533-reserved-metrics-v1.patch
>
>
> Add metrics for reserved resources.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2533) MR-279: Metrics for reserved resource in ResourceManager

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

Arun C Murthy commented on MAPREDUCE-2533:
------------------------------------------

Seems ok - just to clarify: You've added Node.getReservedResource just to get the metric back during Application.unreserve, correct?

> MR-279: Metrics for reserved resource in ResourceManager
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-2533
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2533
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Luke Lu
>            Assignee: Luke Lu
>             Fix For: 0.23.0
>
>         Attachments: mr-2533-reserved-metrics-v1.patch
>
>
> Add metrics for reserved resources.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira