This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch bring-hdfs-test-back
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/bring-hdfs-test-back by this
push:
new e71221cc Fix ld path
e71221cc is described below
commit e71221cc40b40d0ccf127d280b6b8d9421d6c76e
Author: Xuanwo <[email protected]>
AuthorDate: Tue Apr 25 18:03:37 2023 +0800
Fix ld path
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 de0f396c..f1883c69 100644
--- a/.github/workflows/service_test_hdfs.yml
+++ b/.github/workflows/service_test_hdfs.yml
@@ -95,5 +95,5 @@ jobs:
-e OPENDAL_HDFS_TEST=on \
-e OPENDAL_HDFS_ROOT=/ \
-e OPENDAL_HDFS_NAME_NODE=hdfs://localhost:9000 \
- -e LD_LIBRARY_PATH=/usr/lib/jvm/java-8-openjdk-amd64/include \
+ -e
LD_LIBRARY_PATH=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server \
namenode bash -c "cd /root && ./behavior services_hdfs"