Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen committed Jan 2, 2025
1 parent 94ddfb5 commit e0598af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions regression-test/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ customConf1 = "test_custom_conf_value"

// for test csv with header
enableHdfs=false // set to true if hdfs is ready
hdfsFs = "hdfs://127.0.0.1:8020"
hdfsUser = "root"
hdfsFs = "hdfs://127.0.0.1:9000"
hdfsUser = "doris-test"
hdfsPasswd = ""
brokerName = "broker_name"

Expand Down Expand Up @@ -164,11 +164,11 @@ es_8_port=39200

//hive catalog test config for bigdata
enableExternalHiveTest = false
extHiveHmsHost = "127.0.0.1"
extHiveHmsHost = "***.**.**.**"
extHiveHmsPort = 7004
extHdfsPort = 8020
extHdfsPort = 4007
extHiveServerPort= 7001
extHiveHmsUser = "root"
extHiveHmsUser = "****"
extHiveHmsPassword= "***********"
dfsNameservices=""
dfsNameservicesPort=8020
Expand Down

0 comments on commit e0598af

Please sign in to comment.