Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-16410

Hadoop 3.2 azure jars incompatible with alpine 3.9

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • None
    • 3.2.2
    • fs/azure
    • None

    Description

       Openjdk8 is based on alpine 3.9, this means that the version shipped of libssl is 1.1.1b-r1:
       

      sh-4.4# apk list | grep ssl
      libssl1.1-1.1.1b-r1 x86_64 {openssl} (OpenSSL) [installed] 
      

      The hadoop distro ships wildfly-openssl-1.0.4.Final.jar, which is affected by https://issues.jboss.org/browse/JBEAP-16425.

      This results on error running runtime errors (using spark as an example)

      2019-07-04 22:32:40,339 INFO openssl.SSL: WFOPENSSL0002 OpenSSL Version OpenSSL 1.1.1b 26 Feb 2019
      2019-07-04 22:32:40,363 WARN streaming.FileStreamSink: Error while looking for metadata directory.
      Exception in thread "main" java.lang.NullPointerException
       at org.wildfly.openssl.CipherSuiteConverter.toJava(CipherSuiteConverter.java:284)
      

      In my tests creating a Docker image with an updated version of wildly, solves the issue: 1.0.7.Final

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jlpedrosa Jose Luis Pedrosa
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: