riyakhdl opened a new pull request, #5113: URL: https://github.com/apache/hadoop/pull/5113
[YARN-6971](https://issues.apache.org/jira/browse/YARN-6971) There are several ways to create a resource object, e.g., BuilderUtils.newResource() and Resources.createResource(). These methods not only cause confusing but also performance issues, for example BuilderUtils.newResource() is significant slow than Resources.createResource(). We could merge them some how, and replace most BuilderUtils.newResource() with Resources.createResource(). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
