Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-33383

flink-quickstart-scala.sh is not supported anymore since 1.17 but is used in flink-web helper scripts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.18.0, 1.17.1, 1.19.0
    • None
    • Project Website

    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

          Activity

            People

              Unassigned Unassigned
              mapohl Matthias Pohl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: