-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0-beta
-
Fix Version/s: 2.1.1-beta
-
Component/s: None
-
Labels:
-
Target Version/s:
-
Hadoop Flags:Reviewed
Some YARN and MR classes implement their own version of addIfService(Object object) that adds the service to CompositeService if the object is a service.
It makes more sense to move this helper to CompositeService itself.