Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9.0, 3.0.0-alpha2
-
Component/s: None
-
Labels:None
-
Target Version/s:
-
Hadoop Flags: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.