Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.1.0-beta, 2.0.5-alpha
-
None
-
None
Description
If the method returns a number, then that is what the method name should reflect. It should be called getNumBlacklistedTrackers(). The method does not return trackers, it returns number of trackers.
The same applies to the following:
- getMapTasks, getReduceTasks, getTaskTrackers
These should be deprecated and a new method should be added: getNumxxx.
Attachments
Issue Links
- duplicates
-
MAPREDUCE-5342 There are methods that should be deprecated and new methods should be added with names matching purposes
- Open