Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.18.0, 1.17.1, 1.19.0
-
None
Description
The _includes/q/quickstart-scala.sh script does work for Flink 1.17 anymore. Analogously, keeping _includes/q/quickstart-scala-SNAPSHOT.sh doesn't make sense. It still works for 1.17 because there were some SNAPSHOT artifacts uploaded. But it would start failing with Flink 1.18.
We might want to remove the scripts. The execution failure due to missing Maven artifacts for 1.17+:
[WARNING] The POM for org.apache.flink:flink-quickstart-scala:jar:1.17.0 is missing, no dependency information available Downloading from central: https://repo.maven.apache.org/maven2/org/apache/flink/flink-quickstart-scala/1.17.0/flink-quickstart-scala-1.17.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.050 s [INFO] Finished at: 2023-10-27T14:13:33+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.apache.flink:flink-quickstart-scala:1.17.0) -> [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/MojoFailureException
Attachments
Issue Links
- Discovered while testing
-
FLINK-30768 flink-web version cleanup
- Resolved
- is caused by
-
FLINK-29740 [FLIP-265] Deprecate all customer-facing Scala APIs
- Closed