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

Íñigo Goiri commented on YARN-9505:
-----------------------------------

Thanks [~abmodi] for  [^YARN-9505.006.patch].
I was referring to the typical constant format:
{code}
private static final Priority PRIORITY_NORMAL = Priority.newInstance(1);
private static final Resource CAPABILITY_1GB = Resources.createResource(1 * GB);
private static final ExecutionTypeRequest OPPORTUNISTIC_REQ = 
ExecutionTypeRequest.newInstance(ExecutionType.OPPORTUNISTIC, true);
{code}
And double check on the checkstyle after that.

> Add container allocation latency for Opportunistic Scheduler
> ------------------------------------------------------------
>
>                 Key: YARN-9505
>                 URL: https://issues.apache.org/jira/browse/YARN-9505
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Abhishek Modi
>            Assignee: Abhishek Modi
>            Priority: Major
>         Attachments: YARN-9505.001.patch, YARN-9505.002.patch, 
> YARN-9505.003.patch, YARN-9505.004.patch, YARN-9505.005.patch, 
> YARN-9505.006.patch
>
>
> This will help in tuning the opportunistic scheduler and it's configuration 
> parameters.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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