HADOOP-18926.Add some comments related to NodeFencer. (#6162)

This commit is contained in:
jianghuazhu 2023-10-14 06:34:44 +08:00 committed by GitHub
parent 3d7b58d8a5
commit 8963b25ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
* The fencing methods that ship with Hadoop may also be referred to * The fencing methods that ship with Hadoop may also be referred to
* by shortened names:<br> * by shortened names:<br>
* <ul> * <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>sshfence(...)</code> (see {@link SshFenceByTcpPort})
* <li><code>powershell(...)</code> (see {@link PowerShellFencer}) * <li><code>powershell(...)</code> (see {@link PowerShellFencer})
* </ul> * </ul>