Re: 2015: A Year in Review for Apache Flink

2015-12-31 Thread Slim Baltagi
Happy New Year to you and your families!
Let’s  make 2016 the year of Flink: General Availability, faster growth, wider 
industry adoption, …
Slim Baltagi 
Chicago, US

On Dec 31, 2015, at 5:05 AM, Vasiliki Kalavri  wrote:

> Happy new year everyone!
> Looking forward to all the great things the Apache Flink community will 
> accomplish in 2016 :))
> 
> Greetings from snowy Greece!
> -Vasia.
> 
> On 31 December 2015 at 04:22, Henry Saputra  wrote:
> Dear All,
> 
> It is almost end of 2015 and it has been busy and great year for Apache Flink 
> =)
> 
> Robert Metzger had posted great blog summarizing Apache Flink grow for
> this year:
> 
>   https://flink.apache.org/news/2015/12/18/a-year-in-review.html
> 
> Happy New Year everyone and thanks for being part of this great community!
> 
> 
> Thanks,
> 
> - Henry
> 



Unit testing support for flink application?

2015-12-31 Thread Filipe Correia
Hi all,

I'm finding it hard to unit test my Flink application. Are there any
guidelines / best practices for unit testing a Flink application,
especially for programming for the streaming API with Scala?

Having a few good examples would also help a lot.

I'm aware of flink-spector[1], and it looks great. Although the API is
not ready to be used from Scala yet, I've created my tests with Java
and managed to get it working for some very simple cases . But it does
still lack documentation / examples, so I'm having trouble using it
for most of the unit tests that I would like to create.

Thanks,

Filipe

[1] https://github.com/ottogroup/flink-spector


Re: 2015: A Year in Review for Apache Flink

2015-12-31 Thread Vasiliki Kalavri
Happy new year everyone!
Looking forward to all the great things the Apache Flink community will
accomplish in 2016 :))

Greetings from snowy Greece!
-Vasia.

On 31 December 2015 at 04:22, Henry Saputra  wrote:

> Dear All,
>
> It is almost end of 2015 and it has been busy and great year for Apache
> Flink =)
>
> Robert Metzger had posted great blog summarizing Apache Flink grow for
> this year:
>
>   https://flink.apache.org/news/2015/12/18/a-year-in-review.html
>
> Happy New Year everyone and thanks for being part of this great community!
>
>
> Thanks,
>
> - Henry
>


Re: Unit testing support for flink application?

2015-12-31 Thread Stephan Ewen
Hi!

Are you referring to testing streaming programs?
What is the main obstacle for you? Generating test data streams?

Thanks,
Stephan


On Thu, Dec 31, 2015 at 12:43 PM, Filipe Correia 
wrote:

> Hi all,
>
> I'm finding it hard to unit test my Flink application. Are there any
> guidelines / best practices for unit testing a Flink application,
> especially for programming for the streaming API with Scala?
>
> Having a few good examples would also help a lot.
>
> I'm aware of flink-spector[1], and it looks great. Although the API is
> not ready to be used from Scala yet, I've created my tests with Java
> and managed to get it working for some very simple cases . But it does
> still lack documentation / examples, so I'm having trouble using it
> for most of the unit tests that I would like to create.
>
> Thanks,
>
> Filipe
>
> [1] https://github.com/ottogroup/flink-spector
>