You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/02/10 08:20:35 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #732: BIGTOP-3497. libcrypto.so should be provided for libhadoop.so.

iwasakims opened a new pull request #732:
URL: https://github.com/apache/bigtop/pull/732


   https://issues.apache.org/jira/browse/BIGTOP-3497
   
   libcrypto.so is required by OpensslCipher and OpensslSecureRandom of Hadoop.


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



[GitHub] [bigtop] iwasakims commented on pull request #732: BIGTOP-3497. libcrypto.so should be provided for libhadoop.so.

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



[GitHub] [bigtop] sekikn commented on pull request #732: BIGTOP-3497. libcrypto.so should be provided for libhadoop.so.

Posted by GitBox <gi...@apache.org>.
sekikn commented on pull request #732:
URL: https://github.com/apache/bigtop/pull/732#issuecomment-776791668


   +1, also checked on CentOS 8 and Debian 10. Thanks @iwasakims.


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



[GitHub] [bigtop] sekikn merged pull request #732: BIGTOP-3497. libcrypto.so should be provided for libhadoop.so.

Posted by GitBox <gi...@apache.org>.
sekikn merged pull request #732:
URL: https://github.com/apache/bigtop/pull/732


   


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