Getting this error when i try to setup local flink...
# troubleshooting
v
Getting this error when i try to setup local flink using the below command
Copy code
mvn archetype:generate                \
  -DarchetypeGroupId=org.apache.flink   \
  -DarchetypeArtifactId=flink-quickstart-java \
  -DarchetypeVersion=2.0-SNAPSHOT
or
Copy code
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?