You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/08/25 10:05:29 UTC

[GitHub] [hadoop] tasanuma commented on pull request #2243: HADOOP-17224. Install Intel ISA-L library in Dockerfile.

tasanuma commented on pull request #2243:
URL: https://github.com/apache/hadoop/pull/2243#issuecomment-679931968


   hadoop checknative with the change
   ```
   $ ./start-build-env.sh
   ...
   tasanuma@696fff23ee3a:~/hadoop$ mvn clean package -Pdist,native -Dtar -DskipTests
   ...
   tasanuma@696fff23ee3a:~/hadoop$ ./hadoop-dist/target/hadoop-3.4.0-SNAPSHOT/bin/hadoop checknative
   2020-08-25 09:54:47,466 INFO bzip2.Bzip2Factory: Successfully loaded & initialized native-bzip2 library system-native
   2020-08-25 09:54:47,470 INFO zlib.ZlibFactory: Successfully loaded & initialized native-zlib library
   2020-08-25 09:54:47,589 INFO nativeio.NativeIO: The native code was built without PMDK support.
   Native library checking:
   hadoop:  true /home/tasanuma/hadoop/hadoop-dist/target/hadoop-3.4.0-SNAPSHOT/lib/native/libhadoop.so.1.0.0
   zlib:    true /lib/x86_64-linux-gnu/libz.so.1
   zstd  :  true /usr/lib/x86_64-linux-gnu/libzstd.so.1
   snappy:  true /usr/lib/x86_64-linux-gnu/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:   true /usr/lib/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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org