Hello,
Small question: I can't find the Streaming Core component in 0.10 version in the maven repo : http://mvnrepository.com/artifact/org.apache.flink/flink-streaming-core Thus in my pom file this artifact is the only part of my Flink's dependencies to stay in 0.10-SNAPSHOT version. Is there something wrong with that component's publication in 0.10 version ? Greetings, Arnaud ________________________________ L'intégrité de ce message n'étant pas assurée sur internet, la société expéditrice ne peut être tenue responsable de son contenu ni de ses pièces jointes. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. The company that sent this message cannot therefore be held liable for its content nor attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. |
This is what I used for a Flink Streaming talk and demo at a meetup last week, this is with Flink 0.10.0 <dependency> <dependency> On Mon, Nov 23, 2015 at 3:07 AM, LINZ, Arnaud <[hidden email]> wrote: Hello, |
In reply to this post by LINZ, Arnaud
Hi Arnaud! In 0.10 , we renamed the dependency to "flink-streaming-java" (and flink-streaming-scala"), to be more in line with the structure of the dependencies on the batch side. Just replace "flink-streaming-core" with "flink-streaming-java"... Greetings, Stephan On Mon, Nov 23, 2015 at 9:07 AM, LINZ, Arnaud <[hidden email]> wrote: Hello, |
There is also this guide: https://cwiki.apache.org/confluence/display/FLINK/Migration+Guide%3A+0.9.x+to+0.10.x
On Monday, 23 November 2015, Stephan Ewen <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |