This is an automated email from the ASF dual-hosted git repository.

inigoiri pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8963b25ab3be HADOOP-18926.Add some comments related to NodeFencer. 
(#6162)
8963b25ab3be is described below

commit 8963b25ab3bedb482b75cc56695e5c88b69d7c4c
Author: jianghuazhu <740087...@qq.com>
AuthorDate: Sat Oct 14 06:34:44 2023 +0800

    HADOOP-18926.Add some comments related to NodeFencer. (#6162)
---
 .../hadoop-common/src/main/java/org/apache/hadoop/ha/NodeFencer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/NodeFencer.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/NodeFencer.java
index f42db1d0c556..cb192a6ebb9a 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/NodeFencer.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/NodeFencer.java
@@ -46,7 +46,7 @@ import org.slf4j.LoggerFactory;
  * The fencing methods that ship with Hadoop may also be referred to
  * by shortened names:<br>
  * <ul>
- * <li><code>shell(/path/to/some/script.sh args...)</code></li>
+ * <li><code>shell(/path/to/some/script.sh args...)</code> (see {@link 
ShellCommandFencer})
  * <li><code>sshfence(...)</code> (see {@link SshFenceByTcpPort})
  * <li><code>powershell(...)</code> (see {@link PowerShellFencer})
  * </ul>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to