iwasakims opened a new pull request, #1341: URL: https://github.com/apache/bigtop/pull/1341
https://issues.apache.org/jira/browse/BIGTOP-3974 openssl can not be loaded on platforms providing OpenSSL 3 instead of 1. ``` root@7c80996cf943:/# hadoop checknative 2023-08-03 03:22:24,027 INFO bzip2.Bzip2Factory: Successfully loaded & initialized native-bzip2 library system-native 2023-08-03 03:22:24,030 INFO zlib.ZlibFactory: Successfully loaded & initialized native-zlib library 2023-08-03 03:22:24,063 INFO nativeio.NativeIO: The native code was built without PMDK support. Native library checking: hadoop: true /usr/lib/hadoop/lib/native/libhadoop.so.1.0.0 zlib: true /lib/x86_64-linux-gnu/libz.so.1 zstd : true /lib/x86_64-linux-gnu/libzstd.so.1 bzip2: true /lib/x86_64-linux-gnu/libbz2.so.1 openssl: false EVP_CIPHER_CTX_block_size ISA-L: true /usr/lib/hadoop/lib/native/libisal.so.2 PMDK: false The native code was built without PMDK support. ``` backporting HADOOP-18583 should fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
