diff --git a/hdfs/dataNode启动过程.md b/hdfs/dataNode启动过程.md index 7907308..2502507 100644 --- a/hdfs/dataNode启动过程.md +++ b/hdfs/dataNode启动过程.md @@ -20,6 +20,8 @@ public static DataNode createDataNode(String args[], Configuration conf, ### makeInstance +初始化DataNode实例。 + ```java static DataNode makeInstance(Collection dataDirs, Configuration conf, SecureResources resources) throws IOException {