From 6952f66a2abbfff9eb28394bdb41daf281e955df Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 22 Jan 2025 11:57:59 +0800 Subject: [PATCH] Use root as test user Signed-off-by: Xuanwo --- .github/services/webhdfs/webhdfs_with_user_name/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/services/webhdfs/webhdfs_with_user_name/action.yml b/.github/services/webhdfs/webhdfs_with_user_name/action.yml index 10d0f3867e2..842ec48cb1f 100644 --- a/.github/services/webhdfs/webhdfs_with_user_name/action.yml +++ b/.github/services/webhdfs/webhdfs_with_user_name/action.yml @@ -33,5 +33,5 @@ runs: OPENDAL_WEBHDFS_ROOT=/ OPENDAL_WEBHDFS_ENDPOINT=http://127.0.0.1:9870 OPENDAL_WEBHDFS_ATOMIC_WRITE_DIR=.opendal_tmp/ - OPENDAL_WEBHDFS_USER_NAME=opendal + OPENDAL_WEBHDFS_USER_NAME=root EOF