srowen commented on code in PR #43289:
URL: https://github.com/apache/spark/pull/43289#discussion_r1350261258
##########
common/network-yarn/pom.xml:
##########
@@ -110,6 +110,7 @@
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
+ <exclude>META-INF/license/*</exclude>
Review Comment:
If there's no way around that, we probably need to copy those licenses into
the Spark license-binary dir. We should not drop them.
--
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]