-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile failed. #12
Comments
I think it is more related to your compile environment. Please use -X command to show more details. And we use JDK8 by default, I 'm not sure if it would be an issue |
Commenting out lines 285 to 292 in pom.xml works to build, I'm sure that isn't the solve though. I'm chasing the issue Same issue with JDK8 v1.8.0 on MacOS with ARM. Will follow up if solution is found. Error log with -X:
|
maven compile milvus-spark failed:
err logs as followed:
Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.4.0:compile (default) on project spark-milvus: Execution default of goal net.alchim31.maven:scala-maven-plugin:4.4.0:compile failed.
compile environment:
maven version:3.9.5
jdk:openjdk-22
scala:scala-sdk-2.12.15
how to fix this problem and compile success!
The text was updated successfully, but these errors were encountered: