sources not available for flink-streaming

2016-01-06 Thread Alex Rovner
*IntelliJ reports the following:* *Cannot download sources* Sources not found for: org.apache.flink:flink-streaming-scala:1.0-SNAPSHOT Would it be possible to publish sources for this artifact? -- *Alex Rovner* *Director, Data Engineering * *o:* 646.759.0052 * <http://www.magnetic.com/>*

Re: kafka integration issue

2016-01-06 Thread Alex Rovner
; 01/05/2016 21:44:09 Source: Custom Source -> Map(1/1) switched to >> DEPLOYING >> 01/05/2016 21:44:09 Source: Custom Source -> Map(1/1) switched to >> RUNNING >> >> By the way, in order to print the stream, you have to call counts.print() >> instead of pr

Re: kafka integration issue

2016-01-05 Thread Alex Rovner
ld no longer occur. > > Cheers, > Till > > On Tue, Jan 5, 2016 at 1:31 AM, Alex Rovner > wrote: > >> Hello Flinkers! >> >> The below program produces the following error when running locally. I am >> building the program using maven, using 0.10.0

kafka integration issue

2016-01-04 Thread Alex Rovner
quot;); properties.setProperty("group.id", "test"); val stream = env .addSource(new FlinkKafkaConsumer082[String]("topic", new SimpleStringSchema(), properties)) val counts = stream.map(f=>f.split(",")) print(counts) env.execute() } -- *Alex Rovner* *Director, Data Engineering * *o:* 646.759.0052 * <http://www.magnetic.com/>*

Re: streaming state

2016-01-04 Thread Alex Rovner
cond or so) and limit any throughput a lot because they involve > many smaller messages and add even more latency (roundtrip between nodes, > rather than one way). > > > Hope that this answers your question, let me know if you have more > questions! > > Greetings, > Step

streaming state

2015-12-11 Thread Alex Rovner
tical experience though. Thanks *Alex Rovner* *Director, Data Engineering * *o:* 646.759.0052 * <http://www.magnetic.com/>*