[
https://issues.apache.org/jira/browse/FLINK-33383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18047589#comment-18047589
]
Sandesh Mendan commented on FLINK-33383:
----------------------------------------
Hi [~martijnvisser]
I’d like to take this up as a first contribution.
{*}Plan{*}: remove the deprecated Scala quickstart scripts and update any
references so users aren’t directed to unsupported artifacts. Please let me
know if this approach sounds good.
> flink-quickstart-scala.sh is not supported anymore since 1.17 but is used in
> flink-web helper scripts
> -----------------------------------------------------------------------------------------------------
>
> Key: FLINK-33383
> URL: https://issues.apache.org/jira/browse/FLINK-33383
> Project: Flink
> Issue Type: Bug
> Components: Project Website
> Affects Versions: 1.18.0, 1.17.1, 1.19.0
> Reporter: Matthias Pohl
> Priority: Major
> Labels: starter
>
> 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+:
> {code:bash}
> [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 {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)