Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.2
-
None
-
None
Description
This was committed with HADOOP-1063
I'm getting a NullPointerException in MiniDFSCluster.DataNodeRunner.run()
node.shutdown();
because node is null. Should it be just
shutdown();