You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/10 06:04:44 UTC

[GitHub] [spark] pan3793 commented on a diff in pull request #38596: [SPARK-41093][DEPS] Remove netty-tcnative-classes from Spark dependencyList

pan3793 commented on code in PR #38596:
URL: https://github.com/apache/spark/pull/38596#discussion_r1018684836


##########
pom.xml:
##########
@@ -928,16 +924,6 @@
         <version>${netty.version}</version>
         <classifier>osx-x86_64</classifier>
       </dependency>
-      <!-- SPARK-38541: Add the explicit dependency on `netty-tcnative-classes` because the dependency on
-           `netty-tcnative-classes` is changed to `Optional` in [netty](https://github.com/netty/netty/pull/12146).
-           `netty-tcnative-classes` module is mainly used by SSL package in `netty-handler`.

Review Comment:
   Netty support openSSL and JDK SSL, to enable openSSL support `netty-tcnative-classes` and platform native libs should be existed in classpath.
   Only `netty-tcnative-classes` exist will cause https://github.com/netty/netty/issues/12101



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org