panbingkun commented on PR #48666:
URL: https://github.com/apache/spark/pull/48666#issuecomment-2459029773

   > we should change to exclude
   > 
   > ```
   > <exclusion> 
   >        <groupId>io.netty</groupId> 
   >        <artifactId>*</artifactId> 
   >      </exclusion> 
   > ```
   > 
   > from zookeeper instead of
   > 
   > ```
   > <exclusion> 
   >        <groupId>org.jboss.netty</groupId> 
   >        <artifactId>netty</artifactId> 
   >      </exclusion> 
   > ```
   > 
   > `org.jboss.netty` is the groupId of netty 3.x
   
   Unfortunately, this issue still exists.
   
   <img width="560" alt="image" 
src="https://github.com/user-attachments/assets/8a3ec825-8b7e-4a8f-8ec7-e7d509155f24";>
   
   ```shell
   (pyspark) ➜  spark-community git:(master) ✗ cd 
assembly/target/scala-2.13/jars
   (pyspark) ➜  jars git:(master) ✗ ls -1 netty-*
   netty-all-4.1.110.Final.jar
   netty-buffer-4.1.113.Final.jar
   netty-codec-4.1.113.Final.jar
   netty-codec-http-4.1.110.Final.jar
   netty-codec-http2-4.1.110.Final.jar
   netty-codec-socks-4.1.110.Final.jar
   netty-common-4.1.113.Final.jar
   netty-handler-4.1.113.Final.jar
   netty-handler-proxy-4.1.110.Final.jar
   netty-resolver-4.1.113.Final.jar
   netty-tcnative-boringssl-static-2.0.66.Final-linux-aarch_64.jar
   netty-tcnative-boringssl-static-2.0.66.Final-linux-x86_64.jar
   netty-tcnative-boringssl-static-2.0.66.Final-osx-aarch_64.jar
   netty-tcnative-boringssl-static-2.0.66.Final-osx-x86_64.jar
   netty-tcnative-boringssl-static-2.0.66.Final-windows-x86_64.jar
   netty-tcnative-boringssl-static-2.0.66.Final.jar
   netty-tcnative-classes-2.0.66.Final.jar
   netty-transport-4.1.113.Final.jar
   netty-transport-classes-epoll-4.1.113.Final.jar
   netty-transport-classes-kqueue-4.1.110.Final.jar
   netty-transport-native-epoll-4.1.113.Final-linux-aarch_64.jar
   netty-transport-native-epoll-4.1.113.Final-linux-riscv64.jar
   netty-transport-native-epoll-4.1.113.Final-linux-x86_64.jar
   netty-transport-native-kqueue-4.1.110.Final-osx-aarch_64.jar
   netty-transport-native-kqueue-4.1.110.Final-osx-x86_64.jar
   netty-transport-native-unix-common-4.1.113.Final.jar
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to