iwasakims commented on PR #1142:
URL: https://github.com/apache/bigtop/pull/1142#issuecomment-1652938400

   @lvkaihua `libisal.so*` are not contained while `-Dbundle.isal=true` is 
specified. You may need to fix [packaging script of 
Hadoop](https://github.com/apache/bigtop/blob/106b483db455d083b858f94cdb9867c6259fdf52/bigtop-packages/src/common/hadoop/install_hadoop.sh#L278-L282).
   
   ```
   $ ./docker-hadoop.sh --exec 1 /bin/bash
   [root@a8903f2d73bc /]# hadoop checknative
   2023-07-27 05:12:15,188 INFO bzip2.Bzip2Factory: Successfully loaded & 
initialized native-bzip2 library system-native
   2023-07-27 05:12:15,191 INFO zlib.ZlibFactory: Successfully loaded & 
initialized native-zlib library
   2023-07-27 05:12:15,195 WARN erasurecode.ErasureCodeNative: Loading ISA-L 
failed: Failed to load libisal.so.2 (libisal.so.2: cannot open shared object 
file: No such file or directory)
   2023-07-27 05:12:15,196 WARN erasurecode.ErasureCodeNative: ISA-L support is 
not available in your platform... using builtin-java codec where applicable
   2023-07-27 05:12:15,223 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 /lib64/libz.so.1
   zstd  :  true /lib64/libzstd.so.1
   bzip2:   true /lib64/libbz2.so.1
   openssl: true /lib64/libcrypto.so
   ISA-L:   false Loading ISA-L failed: Failed to load libisal.so.2 
(libisal.so.2: cannot open shared object file: No such file or directory
   
   
   [root@a8903f2d73bc /]# ls /usr/lib/hadoop/lib/native/
   libhadoop.a  libhadoop.so  libhadoop.so.1.0.0  libhadooppipes.a  
libhadooputils.a  libhdfs.a  libhdfspp.a  libisal.a  libnativetask.a  
libnativetask.so  libnativetask.so.1.0.0
   ```


-- 
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]

Reply via email to