Skip to content

Commit

Permalink
reset hive2 port to default
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Apr 19, 2024
1 parent 9613293 commit 9e125ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/thirdparties/docker-compose/hive/hive-2x_settings.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Do not use "_" or other sepcial characters, only number and alphabeta.
# NOTICE: change this uid will modify hive-*.yaml

export FS_PORT=8220 #should be same in regression-conf.groovy
export HMS_PORT=9283 #should be same in regression-conf.groovy
export HS_PORT=12000 #should be same in regression-conf.groovy
export PG_PORT=5632 #should be same in regression-conf.groovy
export FS_PORT=8020 #should be same in regression-conf.groovy
export HMS_PORT=9083 #should be same in regression-conf.groovy
export HS_PORT=10000 #should be same in regression-conf.groovy
export PG_PORT=5432 #should be same in regression-conf.groovy
8 changes: 4 additions & 4 deletions regression-test/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ enableHiveTest=true
enablePaimonTest=enable_deprecated_case

// port of hive2 docker
hive2HmsPort=9283
hive2HdfsPort=8220
hive2ServerPort=12000
hive2PgPort=5632
hive2HmsPort=9083
hive2HdfsPort=8020
hive2ServerPort=10000
hive2PgPort=5432

// port of hive3 docker
hive3HmsPort=9383
Expand Down

0 comments on commit 9e125ad

Please sign in to comment.