Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Sep 13, 2023
1 parent 809bf30 commit 2b5f04d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ under the License.
<objenesis.version>2.1</objenesis.version>
<grpc.version>1.56.0</grpc.version>
<check.freamework.version>3.32.0</check.freamework.version>
<protobuf.version>3.23.1</protobuf.version>
<protobuf.version>3.24.3</protobuf.version>
<!-- we use protoc-jar-maven-plugin to generate protobuf generated code -->
<!-- see https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/ to get correct version -->
<protoc.artifact.version>3.24.3</protoc.artifact.version>
Expand Down
8 changes: 4 additions & 4 deletions tools/clickbench-tools/conf/doris-cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 2b5f04d

Please sign in to comment.