This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new dd9216031b5 [fix](doc) typo fix in fqdn page (#29098)
dd9216031b5 is described below
commit dd9216031b5e6d68137a757a908d7703c2806dd0
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Wed Dec 27 14:22:31 2023 +0700
[fix](doc) typo fix in fqdn page (#29098)
---
docs/en/docs/admin-manual/cluster-management/fqdn.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/admin-manual/cluster-management/fqdn.md
b/docs/en/docs/admin-manual/cluster-management/fqdn.md
index 0693392c006..c4c8673f72e 100644
--- a/docs/en/docs/admin-manual/cluster-management/fqdn.md
+++ b/docs/en/docs/admin-manual/cluster-management/fqdn.md
@@ -30,9 +30,9 @@ under the License.
This article introduces how to enable the use of Apache Doris based on FQDN
(Fully Qualified Domain Name). FQDN is the complete domain name of a specific
computer or host on the Internet.
-After Doris supports FQDN, communication between nodes is entirely based on
FQDN. When adding various types of nodes, the FQDN should be directly
specified. For example, the command to add a BE node is' ALT SYSTEM ADD BACK
END "be_host: eartbeat_service_port",
+After Doris supports FQDN, communication between nodes is entirely based on
FQDN. When adding various types of nodes, the FQDN should be directly
specified. For example, the command to add a BE node is' ALTER SYSTEM ADD
BACKEND "be_host:heartbeat_service_port",
-'be_host' was previously the IP address of the BE node. After starting the
FQDN, be_ The host should specify the FQDN of the BE node.
+'be_host' was previously the IP address of the BE node. After starting the
FQDN, be_host should specify the FQDN of the BE node.
## Preconditions
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]