Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
None
-
-
Reviewed
Description
Test fails on Windows with the below exception:
testFormatShouldBeIgnoredForNonFileBasedDirs(org.apache.hadoop.hdfs.server.namenode.TestAllowFormat) Time elapsed: 49 sec <<< ERROR! java.io.IOException: No image directories available! at org.apache.hadoop.hdfs.server.namenode.FSImage.saveFSImageInAllDirs(FSImage.java:912) at org.apache.hadoop.hdfs.server.namenode.FSImage.saveFSImageInAllDirs(FSImage.java:905) at org.apache.hadoop.hdfs.server.namenode.FSImage.format(FSImage.java:151) at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:758) at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:259) at org.apache.hadoop.hdfs.server.namenode.TestAllowFormat.testFormatShouldBeIgnoredForNonFileBasedDirs(TestAllowFormat.java:181)