[
https://issues.apache.org/jira/browse/YARN-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951256#comment-15951256
]
Yufei Gu commented on YARN-6411:
--------------------------------
Thanks [~jlowe] for the review and commit!
> Clean up the overwrite of createDispatcher() in subclass of MockRM
> ------------------------------------------------------------------
>
> Key: YARN-6411
> URL: https://issues.apache.org/jira/browse/YARN-6411
> Project: Hadoop YARN
> Issue Type: Task
> Components: resourcemanager
> Affects Versions: 2.9.0, 3.0.0-alpha2
> Reporter: Yufei Gu
> Assignee: Yufei Gu
> Priority: Minor
> Fix For: 2.9.0, 3.0.0-alpha3
>
> Attachments: YARN-6411.001.patch, YARN-6411.002.patch
>
>
> MockRM creates a object of {{DrainDispatcher}} in YARN-3102. We don't need to
> do the same thing in its subclasses.
> {code}
> @Override
> protected Dispatcher createDispatcher() {
> return new DrainDispatcher();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]