This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 94cbabf675e [fix](case) update load_colddata_to_hdfs.groovy (#29325)
94cbabf675e is described below

commit 94cbabf675e2a750850352d9780080a76df3802f
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Sat Dec 30 10:30:44 2023 +0800

    [fix](case) update load_colddata_to_hdfs.groovy (#29325)
---
 .../suites/cold_heat_separation_p2/load_colddata_to_hdfs.groovy        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/cold_heat_separation_p2/load_colddata_to_hdfs.groovy 
b/regression-test/suites/cold_heat_separation_p2/load_colddata_to_hdfs.groovy
index 14c5939dfc8..b49306b3c72 100644
--- 
a/regression-test/suites/cold_heat_separation_p2/load_colddata_to_hdfs.groovy
+++ 
b/regression-test/suites/cold_heat_separation_p2/load_colddata_to_hdfs.groovy
@@ -135,11 +135,12 @@ suite("load_colddata_to_hdfs") {
         """
     }
 
+    String hdfsFs = getHdfsFs()
     sql """
         CREATE RESOURCE IF NOT EXISTS ${resource_name}
         PROPERTIES (
             "type"="hdfs",
-            "fs.defaultFS"="127.0.0.1:8120",
+            "fs.defaultFS"="${hdfsFs}",
             "hadoop.username"="hive",
             "hadoop.password"="hive",
             "dfs.nameservices" = "my_ha",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to