Ah I was just a little too early. Thanks On Fri, Dec 17, 2021, 13:59 Piotr Nowojski <pnowoj...@apache.org> wrote:
> Hi, > > It might be simply because the binary artifacts are not yet > published/visible. The blog post [1] mentions that it should be visible > within 24h from yesterday), so please try again later/tomorrow. This is > also mentioned in the dev mailing list thread [2] > > Best, > Piotrek > > [1] https://flink.apache.org/news/2021/12/16/log4j-patch-releases.html > [2] > https://mail-archives.apache.org/mod_mbox/flink-dev/202112.mbox/%3C7ce89912-69fb-cf99-f815-10b87cece03b%40apache.org%3E > > pt., 17 gru 2021 o 13:04 HG <hanspeter.sl...@gmail.com> napisaĆ(a): > >> 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 >> >