VISHAL B
07/21/2024, 7:14 PMmvn archetype:generate \
-DarchetypeGroupId=org.apache.flink \
-DarchetypeArtifactId=flink-quickstart-java \
-DarchetypeVersion=2.0-SNAPSHOT
or
curl <https://flink.apache.org/q/quickstart.sh> | bash -s 2.0-SNAPSHOT
I'm following https://nightlies.apache.org/flink/flink-docs-master/docs/dev/configuration/overview/ this documentation. Can someone help me to resolve this issue? Is 2.0 removed globally ? is there any workaround for this?