From 898d98a59b11c8c37c35ac19fd9b1dfd292be91b Mon Sep 17 00:00:00 2001 From: meteorgan Date: Sun, 25 Aug 2024 00:04:28 +0800 Subject: [PATCH] fix opendal env --- .github/services/hdfs/hdfs_cluster/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/services/hdfs/hdfs_cluster/action.yml b/.github/services/hdfs/hdfs_cluster/action.yml index 0166d7022d91..a98ae07149f3 100644 --- a/.github/services/hdfs/hdfs_cluster/action.yml +++ b/.github/services/hdfs/hdfs_cluster/action.yml @@ -26,8 +26,8 @@ runs: shell: bash run: | cat << EOF >> $GITHUB_ENV - OPENDAL_HDFS_ROOT: /tmp/opendal/ - OPENDAL_HDFS_ATOMIC_WRITE_DIR: /tmp/atomic_write_dir/opendal/ - OPENDAL_HDFS_NAME_NODE: hdfs://localhost:8020 - OPENDAL_HDFS_ENABLE_APPEND: false + OPENDAL_HDFS_ROOT=/tmp/opendal/ + OPENDAL_HDFS_ATOMIC_WRITE_DIR=/tmp/atomic_write_dir/opendal/ + OPENDAL_HDFS_NAME_NODE=hdfs://localhost:8020 + OPENDAL_HDFS_ENABLE_APPEND=false EOF \ No newline at end of file