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

   > > 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 alt="image" width="560" 
src="https://private-user-images.githubusercontent.com/15246973/383474575-8a3ec825-8b7e-4a8f-8ec7-e7d509155f24.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzA4ODQwNTQsIm5iZiI6MTczMDg4Mzc1NCwicGF0aCI6Ii8xNTI0Njk3My8zODM0NzQ1NzUtOGEzZWM4MjUtOGI3ZS00YThmLThlYzctZTdkNTA5MTU1ZjI0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTA2VDA5MDIzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2MzA3NTc5NjdiNTFlM2ExODI3YzFhNmMxMmUzZTk0NTdjNWVkYzczMjQ5NTI0N2IxMjJjZjBmNDA5NGE3NWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.LMvsgdv6phrE2BB_C0JgRIY2nxi96mKK2xMbFKTJul4";>
   > ```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
   > ```
   
   Ok ~ I'll investigate if there's a simpler method later
   
   


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