[ 
https://issues.apache.org/jira/browse/YARN-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13684827#comment-13684827
 ] 

Bikas Saha commented on YARN-787:
---------------------------------

This also need to be removed from yarn-common.

{code}
package org.apache.hadoop.yarn;
public class ClusterInfo {
  public Resource getMinContainerCapability() {
    return minContainerCapability;
  }

  public void setMinContainerCapability(Resource minContainerCapability) {
    this.minContainerCapability = minContainerCapability;
  }

}
{code}
                
> Remove resource min from Yarn client API
> ----------------------------------------
>
>                 Key: YARN-787
>                 URL: https://issues.apache.org/jira/browse/YARN-787
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: api
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>            Priority: Blocker
>             Fix For: 2.1.0-beta
>
>         Attachments: YARN-787.patch, YARN-787.patch
>
>
> Per discussions in YARN-689 and YARN-769 we should remove minimum from the 
> API as this is a scheduler internal thing.

--
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

Reply via email to