From 2b5f04db10f781718b866c7ea71e4dbf31df1c32 Mon Sep 17 00:00:00 2001 From: Xinyi Zou Date: Wed, 13 Sep 2023 20:30:38 +0800 Subject: [PATCH] 5 --- fe/pom.xml | 2 +- tools/clickbench-tools/conf/doris-cluster.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index b7b9e9a644e4af9..3e04562d551f033 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -240,7 +240,7 @@ under the License. 2.1 1.56.0 3.32.0 - 3.23.1 + 3.24.3 3.24.3 diff --git a/tools/clickbench-tools/conf/doris-cluster.conf b/tools/clickbench-tools/conf/doris-cluster.conf index 69daa007de7b3a7..cc7d8a2602e5b87 100644 --- a/tools/clickbench-tools/conf/doris-cluster.conf +++ b/tools/clickbench-tools/conf/doris-cluster.conf @@ -20,14 +20,14 @@ export FE_HOST='127.0.0.1' # BE host export BE_HOST='127.0.0.1' # http_port in fe.conf -export FE_HTTP_PORT=8033 +export FE_HTTP_PORT=8030 # webserver_port in be.conf -export BE_WEBSERVER_PORT=8018 +export BE_WEBSERVER_PORT=8040 # query_port in fe.conf -export FE_QUERY_PORT=9083 +export FE_QUERY_PORT=9030 # Doris username export USER='root' # Doris password export PASSWORD='' # The database name -export DB='tpch' +export DB='clickbench'