This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch try-other-version-of-hdfs
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 0490f14dfd83124053ddb0c9695b34b2e75e9e34
Author: Xuanwo <[email protected]>
AuthorDate: Mon Oct 16 18:50:37 2023 +0800

    ci(services/hdfs): Use dlcdn.apache.org instead
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_hdfs.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/service_test_hdfs.yml 
b/.github/workflows/service_test_hdfs.yml
index ff1527558..abfe236cc 100644
--- a/.github/workflows/service_test_hdfs.yml
+++ b/.github/workflows/service_test_hdfs.yml
@@ -86,7 +86,7 @@ jobs:
             -e WEBHDFS_CONF_dfs_webhdfs_enabled=true \
             -e CORE_CONF_hadoop_http_staticuser_user=root \
             -e HDFS_CONF_dfs_permissions_enabled=false \
-            bde2020/hadoop-namenode:2.0.0-hadoop3.1.3-java8
+            bde2020/hadoop-namenode:2.0.0-hadoop3.2.1-java8
 
           docker run -d \
             --name datanode \
@@ -95,7 +95,7 @@ jobs:
             -e WEBHDFS_CONF_dfs_webhdfs_enabled=true \
             -e CORE_CONF_hadoop_http_staticuser_user=root \
             -e HDFS_CONF_dfs_permissions_enabled=false \
-            bde2020/hadoop-datanode:2.0.0-hadoop3.1.3-java8
+            bde2020/hadoop-datanode:2.0.0-hadoop3.2.1-java8
 
           curl --retry 30 --retry-delay 1 --retry-connrefused 
http://localhost:9870
 
@@ -112,7 +112,7 @@ jobs:
       - name: Setup hadoop env
         shell: bash
         run: |
-          curl -LsSf 
https://archive.apache.org/dist/hadoop/common/hadoop-3.1.3/hadoop-3.1.3.tar.gz 
| tar zxf - -C /home/runner
+          curl -LsSf 
https://dlcdn.apache.org/hadoop/common/hadoop-3.2.4/hadoop-3.2.4.tar.gz | tar 
zxf - -C /home/runner
 
       - name: Test
         shell: bash
@@ -122,7 +122,7 @@ jobs:
 
           cargo test services_hdfs --features services-hdfs
         env:
-          HADOOP_HOME: "/home/runner/hadoop-3.1.3"
+          HADOOP_HOME: "/home/runner/hadoop-3.2.4"
           LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{ env.HADOOP_HOME 
}}/lib/native:${{ env.LD_LIBRARY_PATH }}
           OPENDAL_HDFS_TEST: on
           OPENDAL_HDFS_ROOT: /tmp/opendal/

Reply via email to