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 "Tsuyoshi OZAWA (JIRA)" <ji...@apache.org> on 2012/08/30 12:39:07 UTC

[jira] [Created] (MAPREDUCE-4609) RMContainerAllocator#scheduleInterval should be configurable

Tsuyoshi OZAWA created MAPREDUCE-4609:
-----------------------------------------

             Summary: RMContainerAllocator#scheduleInterval should be configurable
                 Key: MAPREDUCE-4609
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4609
             Project: Hadoop Map/Reduce
          Issue Type: Sub-task
          Components: applicationmaster
    Affects Versions: MR-3902
            Reporter: Tsuyoshi OZAWA
            Assignee: Tsuyoshi OZAWA
            Priority: Minor


Currently, RMContainerAllocator#scheduleInterval is fixed. It should be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4609) [MAPREDUCE-3902] RMContainerAllocator#scheduleInterval should be configurable

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

Siddharth Seth commented on MAPREDUCE-4609:
-------------------------------------------

Committing this to 3902. Thanks
                
> [MAPREDUCE-3902] RMContainerAllocator#scheduleInterval should be configurable
> -----------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4609
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4609
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>    Affects Versions: MR-3902
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MR-4609.patch
>
>
> Currently, RMContainerAllocator#scheduleInterval is fixed. It should be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4609) [MAPREDUCE-3902]RMContainerAllocator#scheduleInterval should be configurable

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

Tsuyoshi OZAWA updated MAPREDUCE-4609:
--------------------------------------

    Summary: [MAPREDUCE-3902]RMContainerAllocator#scheduleInterval should be configurable  (was: RMContainerAllocator#scheduleInterval should be configurable)
    
> [MAPREDUCE-3902]RMContainerAllocator#scheduleInterval should be configurable
> ----------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4609
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4609
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>    Affects Versions: MR-3902
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MR-4609.patch
>
>
> Currently, RMContainerAllocator#scheduleInterval is fixed. It should be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (MAPREDUCE-4609) [MAPREDUCE-3902] RMContainerAllocator#scheduleInterval should be configurable

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

Siddharth Seth resolved MAPREDUCE-4609.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: MR-3902
     Hadoop Flags: Reviewed
    
> [MAPREDUCE-3902] RMContainerAllocator#scheduleInterval should be configurable
> -----------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4609
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4609
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>    Affects Versions: MR-3902
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>             Fix For: MR-3902
>
>         Attachments: MR-4609.patch
>
>
> Currently, RMContainerAllocator#scheduleInterval is fixed. It should be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4609) RMContainerAllocator#scheduleInterval should be configurable

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

Tsuyoshi OZAWA updated MAPREDUCE-4609:
--------------------------------------

    Attachment: MR-4609.patch

Made scheduleInterval configurable. One concern is that this patch includes the changes of MRJobConfig.java in hadoop-mapreduce-client-core. Is it acceptable?
                
> RMContainerAllocator#scheduleInterval should be configurable
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4609
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4609
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>    Affects Versions: MR-3902
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MR-4609.patch
>
>
> Currently, RMContainerAllocator#scheduleInterval is fixed. It should be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4609) [MAPREDUCE-3902] RMContainerAllocator#scheduleInterval should be configurable

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

Tsuyoshi OZAWA updated MAPREDUCE-4609:
--------------------------------------

    Summary: [MAPREDUCE-3902] RMContainerAllocator#scheduleInterval should be configurable  (was: [MAPREDUCE-3902]RMContainerAllocator#scheduleInterval should be configurable)
    
> [MAPREDUCE-3902] RMContainerAllocator#scheduleInterval should be configurable
> -----------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4609
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4609
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: applicationmaster
>    Affects Versions: MR-3902
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>            Priority: Minor
>         Attachments: MR-4609.patch
>
>
> Currently, RMContainerAllocator#scheduleInterval is fixed. It should be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira