Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
YARN-5774 added AbstractResourceRequest to make easier internal scheduler change, this is not a correct approach: For example, with this change, we need to make AbstractResourceRequest to be public/stable. And end users can use it like:
AbstractResourceRequest request = ... request.setCapability(...)
But AbstractResourceRequest should not be visible by application at all.
We need to revert it from branch-2.8 / branch-2 / trunk.