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

Bibin A Chundatt edited comment on YARN-6057 at 1/6/17 3:38 AM:
----------------------------------------------------------------

[~templedf]
In case of resource request greater than maximum InvalidResourceRequest 
Exception will the thrown but not for minimum.
Both gets adjusted to be in bounds based on resource calculator.

[~Juliasommer]
Could you provide a patch for the same. I can help in review and commit


was (Author: bibinchundatt):
[~templedf]
In case of resource request greater than maximum Invalid Resource Request will 
the thrown but not for minimum.
Both gets adjusted to be in bounds based on resource calculator.

[~Juliasommer]
Could you provide a patch for the same. I can help in review and commit

> yarn.scheduler.minimum-allocation-* and yarn.scheduler.maximum-allocation-* 
> descriptions are incorrect about behavior when a request is out of bounds
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: YARN-6057
>                 URL: https://issues.apache.org/jira/browse/YARN-6057
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Bibin A Chundatt
>            Assignee: Julia Sommer
>            Priority: Minor
>
> {code}
>   <property>
>     <description>The minimum allocation for every container request at the RM,
>     in terms of virtual CPU cores. Requests lower than this will throw a
>     InvalidResourceRequestException.</description>
>     <name>yarn.scheduler.minimum-allocation-vcores</name>
>     <value>1</value>
>   </property>
> {code}
> *Requests lower than this will throw a   InvalidResourceRequestException.* 
> Only incase of maximum allocation vcore and memory 
> InvalidResourceRequestException is thrown



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to