This is an automated email from the ASF dual-hosted git repository.
zhangstar333 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 8ee237c55aa [Enhance](regression)enhance case test_hdfs_json_load
#26358
8ee237c55aa is described below
commit 8ee237c55aa397031e1232fcb450ac4a934d5f02
Author: zhangguoqiang <[email protected]>
AuthorDate: Fri Nov 10 17:29:11 2023 +0800
[Enhance](regression)enhance case test_hdfs_json_load #26358
enhance case test_hdfs_json_load
---
regression-test/suites/load_p0/stream_load/test_hdfs_json_load.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/regression-test/suites/load_p0/stream_load/test_hdfs_json_load.groovy
b/regression-test/suites/load_p0/stream_load/test_hdfs_json_load.groovy
index 62a0877dc63..43e9f7a514c 100644
--- a/regression-test/suites/load_p0/stream_load/test_hdfs_json_load.groovy
+++ b/regression-test/suites/load_p0/stream_load/test_hdfs_json_load.groovy
@@ -98,7 +98,8 @@ suite("test_hdfs_json_load",
"p0,external,external_docker,external_docker_hive,h
String hdfs_port = context.config.otherConfigs.get("hdfs_port")
- def fsPath = "hdfs://127.0.0.1:${hdfs_port}"
+ String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
+ def fsPath = "hdfs://${externalEnvIp}:${hdfs_port}"
// It's okay to use random `hdfsUser`, but can not be empty.
def hdfsUser = "doris"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]