RE: Is Flink easy to deploy ?

2018-02-26 Thread Esa Heikkinen
To: user@flink.apache.org Cc: Esa Heikkinen Subject: Re: Is Flink easy to deploy ? I think you simply missing a bunch of the Flink artifacts. Flink is broken into dozens of pieces, and you need to select from a large set of artifacts what you need to depend on. Typically, there is one Flink

RE: Is Flink easy to deploy ?

2018-02-26 Thread Esa Heikkinen
Hi Whether these instructions of IDE are only for Java, but no or Scala ? Best, Esa From: xingcan [mailto:xc...@foxmail.com] Sent: Saturday, February 24, 2018 3:25 AM To: Esa Heikkinen Cc: user@flink.apache.org Subject: Re: Is Flink easy to deploy ? Hi Esa, maybe you can follow the

Re: Is Flink easy to deploy ?

2018-02-24 Thread Esa Heikkinen
Hi I have done like that, but no "checkstyle" settings. Checkstyleonly affects how the code looks ? But should it be possible to compile and run without IDE ? Best, Esa xingcan kirjoitti 24.2.2018 klo 3:24: Hi Esa, maybe you can follow the instructions

Re: Is Flink easy to deploy ?

2018-02-23 Thread Niclas Hedhman
I think you simply missing a bunch of the Flink artifacts. Flink is broken into dozens of pieces, and you need to select from a large set of artifacts what you need to depend on. Typically, there is one Flink artifact per "extension". I ended up with flink-core flink-core flink-connector

Re: Is Flink easy to deploy ?

2018-02-23 Thread Esa Heikkinen
Yes i have looked. For example, if i want to compile and run StreamTableExample.scala from: https://github.com/apache/flink/blob/master/flink-examples/flink-examples-table/src/main/scala/org/apache/flink/table/examples/scala/StreamTableExample.scala I have taken all examples (and also latest

Re: Is Flink easy to deploy ?

2018-02-23 Thread Fabian Hueske
Have you had a look at the examples? [1] They can be run out of the IDE. Fabian [1] https://github.com/apache/flink/tree/master/flink-examples/flink-examples-streaming/src/main/scala/org/apache/flink/streaming/scala/examples 2018-02-23 13:30 GMT+01:00 Esa Heikkinen : > I have lot of difficultie

Is Flink easy to deploy ?

2018-02-23 Thread Esa Heikkinen
I have lot of difficulties to deploy Flink. That is maybe because I am new with Flink and its (Java and Maven) development environment, but I would hear the opinions of others. I would like to use Scala. There are many examples, but often there are missing "imports" and settings in pom.xml. It