Skip to content

Commit

Permalink
Fix conf (apache#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
zy-kkk authored Mar 16, 2023
1 parent 38c91d0 commit ba973a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/regression-test/java-udf-src/target/
/regression-test/suites/usercases_udf/jars/
/regression-test/cacheData/
/regression-test/conf/
11 changes: 3 additions & 8 deletions regression-test/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
// **Note**: default db will be create if not exist
defaultDb = "regression_test"

jdbcUrl = "jdbc:mysql://10.16.10.14:9136/?"
jdbcUrl = "jdbc:mysql://127.0.0.1:9030/?"
jdbcUser = "root"
jdbcPassword = ""

feHttpAddress = "10.16.10.14:8136"
feHttpAddress = "127.0.0.1:8030"
feHttpUser = "root"
feHttpPassword = ""

beHttpAddress = "10.16.10.14:8146"
beHttpAddress = "127.0.0.1:8040"

// set DORIS_HOME by system properties
// e.g. java -DDORIS_HOME=./
Expand Down Expand Up @@ -58,8 +58,3 @@ hdfsFs = "hdfs://127.0.0.1:9000"
hdfsUser = "doris-test"
hdfsPasswd = ""
brokerName = "broker_name"

s3Endpoint = "cos.ap-beijing.myqcloud.com"
s3BucketName = "doris-build-1308700295"
ak = "AKIDPhmeKo46sPhkZ9USWQEqGTSDsW5Xr6IL"
sk = "xmT2Uoz0vgGkbKr6A4mGWcWCiBVcYJSV"

0 comments on commit ba973a5

Please sign in to comment.