iwasakims commented on issue #1948: HADOOP-16986. s3a to not need wildfly on the classpath URL: https://github.com/apache/hadoop/pull/1948#issuecomment-614001981 I tested the patch on CentOS 8 and openssl-1.1.1-8.el8.x86_64. I got expected behaviour. Without wildfly, `fs.s3a.ssl.channel.mode=openssl` raised NoClassDefFoundError and `fs.s3a.ssl.channel.mode=openssl` falled back to JSSE default. With wildfly-openssl-1.0.10.Final in the classpath, it is used by supplying `HADOOP_OPTS="-Dorg.wildfly.openssl.path=/lib64"`.
---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org