Skip to content

Commit

Permalink
fix opendal env
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Aug 24, 2024
1 parent f9e9ce6 commit 898d98a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/services/hdfs/hdfs_cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 898d98a

Please sign in to comment.