iwasakims edited a comment 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=default` 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
