This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new d949c60f634 [Enhance](regression)enhance test_hdfs_json_load (#26360)
d949c60f634 is described below
commit d949c60f63486d82649390af97973298b4c33a72
Author: zhangguoqiang <[email protected]>
AuthorDate: Fri Nov 3 12:32:05 2023 +0800
[Enhance](regression)enhance test_hdfs_json_load (#26360)
---
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]