Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
hadoop.ozone.container.common.TestDatanodeStateMachine#testDatanodeStateMachineWithInvalidConfiguration failure is related to this patch.
Invalid ozone.scm.datanode.id like below in the failed test used to prevent datanode from running and now it is allowed. Please update the unit test and the OzoneGetStarted.md file correspondingly.
confList.add(Maps.immutableEntry( ScmConfigKeys.OZONE_SCM_DATANODE_ID, ""));
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-12454 Ozone : the sample ozone-site.xml in OzoneGettingStarted does not work
- Resolved