HDFS-16294.Remove invalid DataNode#CONFIG_PROPERTY_SIMULATED. (#3605)
(cherry picked from commit 72718a8dc1
)
This commit is contained in:
parent
2844b98558
commit
4d04efb900
|
@ -1346,7 +1346,7 @@ public class DataNode extends ReconfigurableBase
|
||||||
/**
|
/**
|
||||||
* This method starts the data node with the specified conf.
|
* This method starts the data node with the specified conf.
|
||||||
*
|
*
|
||||||
* If conf's CONFIG_PROPERTY_SIMULATED property is set
|
* If conf's DFS_DATANODE_FSDATASET_FACTORY_KEY property is set
|
||||||
* then a simulated storage based data node is created.
|
* then a simulated storage based data node is created.
|
||||||
*
|
*
|
||||||
* @param dataDirectories - only for a non-simulated storage data node
|
* @param dataDirectories - only for a non-simulated storage data node
|
||||||
|
|
Loading…
Reference in New Issue