Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

fix(hdfs): fix 'libjvm.so not found' error #691

Merged
merged 2 commits into from
Dec 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/dsn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ function(dsn_setup_thirdparty_libs)
# libhdfs
find_package(JNI REQUIRED)
message (STATUS "JAVA_JVM_LIBRARY=${JAVA_JVM_LIBRARY}")
link_libraries(${JAVA_JVM_LIBRARY})

link_directories(${DSN_THIRDPARTY_ROOT}/lib)
link_directories(${DSN_THIRDPARTY_ROOT}/lib64)
Expand Down