iwasakims commented on pull request #732: URL: https://github.com/apache/bigtop/pull/732#issuecomment-776530119
I tested this by docker provisioner on CentOS 7 and Ubuntu 18.04. CentOS 7: ``` $ ./docker-hadoop.sh --exec 1 hadoop checknative 2021-02-10 08:17:15,470 INFO bzip2.Bzip2Factory: Successfully loaded & initialized native-bzip2 library system-native 2021-02-10 08:17:15,473 INFO zlib.ZlibFactory: Successfully loaded & initialized native-zlib library 2021-02-10 08:17:15,477 WARN erasurecode.ErasureCodeNative: ISA-L support is not available in your platform... using builtin-java codec where applicable 2021-02-10 08:17:15,555 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 : false snappy: true /usr/lib/hadoop/lib/native/libsnappy.so.1 lz4: true revision:10301 bzip2: true /lib64/libbz2.so.1 openssl: true /lib64/libcrypto.so ISA-L: false libhadoop was built without ISA-L support PMDK: false The native code was built without PMDK support. ``` Ubuntu 18.04: ``` $ ./docker-hadoop.sh --exec 1 hadoop checknative WARNING: The DOCKER_IMAGE variable is not set. Defaulting to a blank string. WARNING: The MEM_LIMIT variable is not set. Defaulting to a blank string. 2021-02-10 08:17:31,337 INFO bzip2.Bzip2Factory: Successfully loaded & initialized native-bzip2 library system-native 2021-02-10 08:17:31,340 INFO zlib.ZlibFactory: Successfully loaded & initialized native-zlib library 2021-02-10 08:17:31,344 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) 2021-02-10 08:17:31,344 WARN erasurecode.ErasureCodeNative: ISA-L support is not available in your platform... using builtin-java codec where applicable 2021-02-10 08:17:31,404 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 : false snappy: true /usr/lib/hadoop/lib/native/libsnappy.so.1 lz4: true revision:10301 bzip2: true /lib/x86_64-linux-gnu/libbz2.so.1 openssl: true /usr/lib/x86_64-linux-gnu/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) PMDK: false The native code was built without PMDK support. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
