sorry, just checked the release notes of a JIRA, its 1.1.1 which breaks wildfly-1.0.4.Final
"...to make abfs and adl connectors compatible with alpine linux and other platforms which have libssl1.1-1.1.1b-r1 as their native openssl implementation. see: HADOOP-16460. HADOOP-16438" As well as editing the hadoop wildfly version, you need to move to a version of azure-datalake-storage.jar which doesn' t have an unshaded copy of the wildfly 1.0.4 classes. On Thu, 5 Mar 2020 at 18:09, Wei-Chiu Chuang <weic...@cloudera.com.invalid> wrote: > > > > > > abfs and s3a can now go via wildfly to use any native openssl 1.1 > libraries > > -if that supports TLS1.3 then maybe the stores will talk through it. No > > idea if anyone has tried it. > > > > Warning: Do not attempt to use wildfly-1.0.4-Final with openssl 1.1; you > > need to upgrade to 1.0.7 unless you like to see NPE stack traces > > > > https://wiki.openssl.org/index.php/TLS1.3 > We will need OpenSSL 1.1.1 to support TLS 1.3. > According to the wiki 1.1.1 is a drop in replacement of 1.1.0. So maybe > Hadoop already supports it. >