Browse Source

HDFS-15705. Fix a typo in SecondaryNameNode.java. Contributed by Sixiang Ma.

Wei-Chiu Chuang 4 years ago
parent
commit
42a29199c0

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/SecondaryNameNode.java

@@ -276,7 +276,7 @@ public class SecondaryNameNode implements Runnable,
   }
 
   /**
-   * Shut down this instance of the datanode.
+   * Shut down this instance of the secondary namenode.
    * Returns only after shutdown is complete.
    */
   public void shutdown() {