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

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

commit 2f95ef6780453a9e9dfb3126b07ff1365c924544
Author: Xuanwo <[email protected]>
AuthorDate: Tue Aug 22 11:21:41 2023 +0800

    ci(services/hdfs): Load native lib instead
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_hdfs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/service_test_hdfs.yml 
b/.github/workflows/service_test_hdfs.yml
index b12093616..460e9dc50 100644
--- a/.github/workflows/service_test_hdfs.yml
+++ b/.github/workflows/service_test_hdfs.yml
@@ -123,7 +123,7 @@ jobs:
           cargo test services_hdfs --features services-hdfs
         env:
           HADOOP_HOME: "/home/runner/hadoop-3.1.3"
-          LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{ 
env.LD_LIBRARY_PATH }}
+          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/
           OPENDAL_HDFS_NAME_NODE: hdfs://localhost:8020

Reply via email to