Hi Andrey,
You are totally right, it worked with the following dependency.
org.apache.flink
flink-streaming-contrib_2.10
${flink.version}
My knowledge of maven is quite limited, thanks a lot for your help!
Greetings,
Juan
On Sun, Nov 20, 2016 at 12:58 PM, Andrey Melentyev <
andrey
Hi Juan,
flink-contrib itself is just a parent project for a number of others like
flink-connector-wikiedits, flink-statebackend-rocksdb, etc. Therefore
flink-contrib has it's packaging set to "pom" and no jar is published.
Depending on which part of flink-contrib you want, you should add a more
s
Hi,
I'm having problems to download flink-contrib in my Java maven project, the
relevant part of the pom is:
UTF-8
1.1.3
org.apache.flink
flink-contrib
${flink.version}
I see that in
https://repo1.maven.org/maven2/org/apache/flink/flink-contrib/1.1.3/ there
are no jar files,