iwasakims commented on PR #3019: URL: https://github.com/apache/hadoop/pull/3019#issuecomment-2275529710
for my reminder: In order to test SM4 codec, we need to put [the jar of Bouncy Castle Provider](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on/1.78.1) on $JAVA_HOME/jre/lib/ext and add a line to $JAVA_HOME/jre/lib/security/java.security as described in [the comment of HADOOP-15098](https://issues.apache.org/jira/browse/HDFS-15098?focusedCommentId=17095297&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17095297). ``` security.provider.10=org.bouncycastle.jce.provider.BouncyCastleProvider ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
