This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 26842049f3a [fix](doc) typo fix in fqdn page (#28509)
26842049f3a is described below
commit 26842049f3a43bb508705f5c9f066506c0943c63
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Wed Dec 27 15:42:00 2023 +0700
[fix](doc) typo fix in fqdn page (#28509)
---
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]