Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.9.0, 3.0.0-alpha2
-
None
-
Reviewed
Description
MockRM creates a object of DrainDispatcher in YARN-3102. We don't need to do the same thing in its subclasses.
@Override protected Dispatcher createDispatcher() { return new DrainDispatcher(); }