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


##########
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:
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (unpack) on project 
spark-network-yarn_2.13: An Ant BuildException has occured: Error while 
expanding 
/Users/hasnain.lakhani/spark/common/network-yarn/target/scala-2.13/spark-4.0.0-SNAPSHOT-yarn-shuffle.jar
   [ERROR] java.nio.file.FileSystemException: 
/Users/hasnain.lakhani/spark/common/network-yarn/target/exploded/META-INF/license/LICENSE.aix-netbsd.txt:
 Not a directory
   [ERROR] around Ant part ...<unzip 
src="/Users/hasnain.lakhani/spark/common/network-yarn/target/scala-2.13/spark-4.0.0-SNAPSHOT-yarn-shuffle.jar"
 dest="/Users/hasnain.lakhani/spark/common/network-yarn/target/exploded/" />... 
@ 5:198 in 
/Users/hasnain.lakhani/spark/common/network-yarn/target/antrun/build-main.xml
   [ERROR] -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (unpack) on project 
spark-network-yarn_2.13: An Ant BuildException has occured: Error while 
expanding 
/Users/hasnain.lakhani/spark/common/network-yarn/target/scala-2.13/spark-4.0.0-SNAPSHOT-yarn-shuffle.jar
   java.nio.file.FileSystemException: 
/Users/hasnain.lakhani/spark/common/network-yarn/target/exploded/META-INF/license/LICENSE.aix-netbsd.txt:
 Not a directory
   around Ant part ...<unzip 
src="/Users/hasnain.lakhani/spark/common/network-yarn/target/scala-2.13/spark-4.0.0-SNAPSHOT-yarn-shuffle.jar"
 dest="/Users/hasnain.lakhani/spark/common/network-yarn/target/exploded/" />... 
@ 5:198 in 
/Users/hasnain.lakhani/spark/common/network-yarn/target/antrun/build-main.xml
   ```
   
   A MacOS only 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]

Reply via email to