Compile failed
#3321
Replies: 2 comments 1 reply
|
Hi @Dudis2k , Sorry for the late reply, please try the following command to compile a separate module, remember to execute it in the root directory of the project: |
1 reply
Are you using zulu-jdk to compile? Please use oracle-jdk, it appears to be a compilation error caused by a difference in the jdk. #3364 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Facing error - Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.8.1:compile (scala-compile-first) on project amoro-format-mixed-spark-3.3: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:4.8.1:compile failed.: CompileFailed
cmd executed: mvn clean package -DskipTests
My System configurations:
MacOs
Jdk8
Scala version 2.12
Spark 3.5.3
All reactions