Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-9898

Dependency netty-all-4.1.27.Final doesn't support ARM platform

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0, 3.4.0
    • 3.3.0, 3.4.0
    • buid
    • None
    • Reviewed

    Description

      Hadoop dependent the Netty package, but the netty-all-4.1.27.Final of io.netty maven repo, cannot support ARM platform. 

      When run the test TestCsiClient.testIdentityService on ARM server, it will raise error like following:

      Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_transport_native_epoll_aarch_64.so
              at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161)
              ... 45 more
              Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_aarch_64 in java.library.path
                      at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
                      at java.lang.Runtime.loadLibrary0(Runtime.java:870)
                      at java.lang.System.loadLibrary(System.java:1122)
                      at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
                      at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:243)
                      at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:124)
                      ... 45 more
                      Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_aarch_64 in java.library.path
                              at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
                              at java.lang.Runtime.loadLibrary0(Runtime.java:870)
                              at java.lang.System.loadLibrary(System.java:1122)
                              at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
                              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                              at java.lang.reflect.Method.invoke(Method.java:498)
                              at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:263)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:255)
                              at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:233)
                              ... 46 more
      

       

      Attachments

        1. YARN-9898.004.patch
          3 kB
          liusheng
        2. YARN-9898.003.patch
          2 kB
          liusheng
        3. YARN-9898.002.patch
          3 kB
          liusheng
        4. YARN-9898.001.patch
          3 kB
          liusheng

        Issue Links

          Activity

            People

              seanlau liusheng
              seanlau liusheng
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: