Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
YARN-3926
-
Reviewed
Description
The resourceInformationMap parameter is always passed in as a new Map object, and it's never referenced again after the call. The parameter can be eliminated. Instead the Map can be created inside the initializeResourcesMap() method.