LuciferYang commented on PR #43164: URL: https://github.com/apache/spark/pull/43164#issuecomment-1751949491
@hasnain-db Report a issue. After this pr, the following error occurs when executing the `./dev/make-distribution.sh --tgz -Phive -Phive-thriftserver -Pyarn` command for packaging: ``` [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/yangjie01/SourceCode/git/spark-mine-13/common/network-yarn/target/scala-2.13/spark-4.0.0-SNAPSHOT-yarn-shuffle.jar [ERROR] java.nio.file.FileSystemException: /Users/yangjie01/SourceCode/git/spark-mine-13/common/network-yarn/target/exploded/META-INF/license/LICENSE.aix-netbsd.txt: Not a directory [ERROR] around Ant part ...<unzip src="/Users/yangjie01/SourceCode/git/spark-mine-13/common/network-yarn/target/scala-2.13/spark-4.0.0-SNAPSHOT-yarn-shuffle.jar" dest="/Users/yangjie01/SourceCode/git/spark-mine-13/common/network-yarn/target/exploded/" />... @ 5:232 in /Users/yangjie01/SourceCode/git/spark-mine-13/common/network-yarn/target/antrun/build-main.xml [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :spark-network-yarn_2.13 ``` And it could be built successfully before this pr. My testing environment is - MacOs: 13.5.2 - Java: openjdk version "17.0.8" 2023-07-18 LTS - Maven: Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Could you please look into this issue? @hasnain-db also cc @wangyum -- 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]
