LuciferYang commented on PR #38179: URL: https://github.com/apache/spark/pull/38179#issuecomment-1272864868
The netty jars that grpc depends on have been explicitly excluded by Spark, because Spark does not need them before. 1. Explicitly add them in the `connect` module and shade+relocation them into `connect-assembly.jar` 2. Make Spark depends on these jars by default, `connect` module shares these jar @dongjoon-hyun Which way do you prefer? I will submit a pr to solve this issue. -- 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]
