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 2020/04/19 06:33:02 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #630: BIGTOP-3341. Support for Openssl 1.1.1.

iwasakims opened a new pull request #630: BIGTOP-3341. Support for Openssl 1.1.1.
URL: https://github.com/apache/bigtop/pull/630
 
 
   

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


With regards,
Apache Git Services

[GitHub] [bigtop] iwasakims commented on issue #630: BIGTOP-3341. Support for Openssl 1.1.1.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on issue #630: BIGTOP-3341. Support for Openssl 1.1.1.
URL: https://github.com/apache/bigtop/pull/630#issuecomment-616059035
 
 
   * manually tested by putting file into encryption zone with `hadoop.security.secure.random.impl=org.apache.hadoop.crypto.random.OpensslSecureRandom` on CentOS 8 (openssl-1.1.1-8.el8.x86_64).
   * ran smoke test of hdfs, yarn, mapreduce and kms on CentOS 7 (openssl-1.0.2k-19.el7.x86_64) to check regression on OpenSSL < 1.1.0 env.
   
   ```
   docker:
           memory_limit: "12g"
           image: "bigtop/puppet:trunk-centos-7"
   distro: centos
   components: [hdfs, yarn, mapreduce, kms]
   enable_local_repo: true
   smoke_test_components: [hdfs, yarn, mapreduce, kms]
   ```
   

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


With regards,
Apache Git Services

[GitHub] [bigtop] evans-ye commented on issue #630: BIGTOP-3341. Support for Openssl 1.1.1.

Posted by GitBox <gi...@apache.org>.
evans-ye commented on issue #630: BIGTOP-3341. Support for Openssl 1.1.1.
URL: https://github.com/apache/bigtop/pull/630#issuecomment-616193242
 
 
   Looks promising. +1. 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


With regards,
Apache Git Services