pratyakshsharma commented on issue #18294: URL: https://github.com/apache/hudi/issues/18294#issuecomment-4023412127
Tried with `mvn clean package -DskipTests -Dspark3.3` on master branch and build fails with below - ``` [ERROR] Failed to execute goal on project hudi-flink-client: Could not resolve dependencies for project org.apache.hudi:hudi-flink-client:jar:1.2.0-SNAPSHOT [ERROR] dependency: org.apache.hudi:hudi-flink1.20.x:jar:1.2.0-SNAPSHOT (compile) [ERROR] Could not find artifact org.apache.hudi:hudi-flink1.20.x:jar:1.2.0-SNAPSHOT in confluent (https://packages.confluent.io/maven/) [ERROR] Could not find artifact org.apache.hudi:hudi-flink1.20.x:jar:1.2.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) [ERROR] [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/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :hudi-flink-client ``` -- 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]
