Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.2
-
None
-
None
Description
HADOOP-702 deprecated one DataNode constructor, which is only used in MiniDFSCluster. It should be removed.
Static member
dataNodeList
dataNodeThreadList
seem to be redundant now. Removing them will also require to remove static method
shutdownAll()
It is public now, but is also used only by MiniDFSCluster.
The alternative to static shutdownAll() is to call shutdown() on the DataNode instance.