iwasakims opened a new pull request #3019:
URL: https://github.com/apache/hadoop/pull/3019


   https://issues.apache.org/jira/browse/HADOOP-17609
   
   This replaces #2847.
   
   After HDFS-15098, OpensslCipher does not work with OpenSSL >= 1.1.1 without 
SM4 support. RHEL/CentOS 8 provides such openssl package. The OpensslCipher on 
such environment should be usable if users do not need SM4 feature.
   
   ```
   $ rpm -q openssl-devel
   openssl-devel-1.1.1g-12.el8_3.x86_64
   
   $ bin/hadoop checknative 2>/dev/null
   Native library checking:
   hadoop:  true 
/home/centos/dist/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: false Cannot find AES-CTR/SM4-CTR support, is your version of 
Openssl new enough?
   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:
us...@infra.apache.org



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

Reply via email to