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

kxiao pushed a commit to branch branch-2.0-beta
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 8c79108d8e9972a9c18d0fb5f7a0ee0f78b551c3
Author: ElvinWei <[email protected]>
AuthorDate: Tue Jun 6 09:15:36 2023 +0800

    [fix](conf) fix fe host in doris-cluster.conf #20422
---
 tools/tpch-tools/conf/doris-cluster.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/tpch-tools/conf/doris-cluster.conf 
b/tools/tpch-tools/conf/doris-cluster.conf
index 21fe5c09ff..b2f6d41125 100644
--- a/tools/tpch-tools/conf/doris-cluster.conf
+++ b/tools/tpch-tools/conf/doris-cluster.conf
@@ -16,7 +16,7 @@
 # under the License.
 
 # Any of FE host
-export FE_HOST='172.16.1.0'
+export FE_HOST='127.0.0.1'
 # http_port in fe.conf
 export FE_HTTP_PORT=8030
 # query_port in fe.conf


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to