[ 
https://issues.apache.org/jira/browse/HADOOP-17609?focusedWorklogId=597613&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-597613
 ]

ASF GitHub Bot logged work on HADOOP-17609:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/May/21 12:58
            Start Date: 17/May/21 12:58
    Worklog Time Spent: 10m 
      Work Description: iwasakims commented on pull request #3019:
URL: https://github.com/apache/hadoop/pull/3019#issuecomment-842303136


   On CentOS 8, only `TestCryptoCodec#testOpensslSm4CtrCryptoCodec` was skipped 
as expected.
   ```
   $ mvn test -Pnative -Dtest=TestCryptoCodec,TestOpensslCipher
   ...
   [INFO] Running org.apache.hadoop.crypto.TestCryptoCodec
   [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
11.538 s - in org.apache.hadoop.crypto.TestCryptoCodec
   [INFO] Running org.apache.hadoop.crypto.TestOpensslCipher
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 
s - in org.apache.hadoop.crypto.TestOpensslCipher
   ```
   
   On Ubuntu 18.04, all tests of TestCryptoCodec were executed since SM4 is 
supported by OpenSSL.
   ```
   $ mvn test -Pnative -Dtest=TestCryptoCodec,TestOpensslCipher
   ...
   INFO] Running org.apache.hadoop.crypto.TestCryptoCodec
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
12.002 s - in org.apache.hadoop.crypto.TestCryptoCodec
   [INFO] Running org.apache.hadoop.crypto.TestOpensslCipher
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 
s - in org.apache.hadoop.crypto.TestOpensslCipher
   ```
   


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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 597613)
    Time Spent: 2h 10m  (was: 2h)

> Make SM4 support optional for OpenSSL native code
> -------------------------------------------------
>
>                 Key: HADOOP-17609
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17609
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: native
>    Affects Versions: 3.4.0
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> openssl-devel-1.1.1g provided by CentOS 8 does not work after HDFS-15098 
> because the SM4 is not enabled on the openssl package. We should not force 
> users to install OpenSSL from source code even if they do not use SM4 feature.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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