iwasakims edited a comment on pull request #3019:
URL: https://github.com/apache/hadoop/pull/3019#issuecomment-842245830


   I manually tested this by `hadoop checknative` after `-Pnative -Pdist` build 
on CentOS 8.
   ```
   $ mvn clean install -DskipTests -DskipShade -Pnative -Pdist
   $ hadoop-dist/target/hadoop-3.4.0-SNAPSHOT/bin/hadoop checknative
   2021-05-17 11:19:03,102 INFO bzip2.Bzip2Factory: Successfully loaded & 
initialized native-bzip2 library system-native
   2021-05-17 11:19:03,106 INFO zlib.ZlibFactory: Successfully loaded & 
initialized native-zlib library
   2021-05-17 11:19:03,182 INFO nativeio.NativeIO: The native code was built 
without PMDK support.
   Native library checking:
   hadoop:  true 
/home/centos/srcs/hadoop/hadoop-dist/target/hadoop-3.4.0-SNAPSHOT/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:   true /lib64/libisal.so.2
   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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to