Hello all

I am a flink newbie and trying to do the fraud detection example.
The maven command however fails for version 1.14.2 since it cannot
find flink-walkthrough-datastream-java
for that version

mvn archetype:generate     -DarchetypeGroupId=org.apache.flink
-DarchetypeArtifactId=flink-walkthrough-datastream-java
-DarchetypeVersion=1.14.2     -DgroupId=frauddetection
-DartifactId=frauddetection     -Dversion=0.1     -Dpackage=spendreport
-DinteractiveMode=false

this succeeds however.

mvn archetype:generate     -DarchetypeGroupId=org.apache.flink
-DarchetypeArtifactId=flink-walkthrough-datastream-java
-DarchetypeVersion=1.14.1     -DgroupId=frauddetection
-DartifactId=frauddetection     -Dversion=0.1     -Dpackage=spendreport
-DinteractiveMode=false

Perhaps an omission caused by the need to fix the log4j issues?

Can it be solved?

Regards Hans-Peter

Reply via email to