srowen commented on code in PR #43289:
URL: https://github.com/apache/spark/pull/43289#discussion_r1350437693


##########
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:
   It looks like we include the license if all of those already in the LICENSE 
file (or no action is required) so it seems OK here. While it's nice to retain 
the license buried in the artifact, we should be addressing all licenses in the 
top level LICENSE and license/ dir, rather than rely on this anyway 



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