Looking at:
https://github.com/kl0u/flink-examples/blob/master/src/main/java/com/dataartisans/flinksolo/simple/StreamingWordCount.java
there is no line 56.
Which repo do you get StreamingWordCount from ?
On Mon, Aug 28, 2017 at 3:58 PM, Jakes John
wrote:
> When I am trying to build and run str
When I am trying to build and run streaming wordcount example(example in
the flink github), I am getting the following error
StreamingWordCount.java:[56,59] incompatible types:
org.apache.flink.api.java.operators.DataSource cannot be
converted to
org.apache.flink.streaming.api.datastream.DataStr