Re: getting started with link / scala

2017-11-29 Thread Georg Heiler
You would suggest: https://github.com/ottogroup/flink-spector for unit tests? Georg Heiler schrieb am Mi., 29. Nov. 2017 um 22:33 Uhr: > Thanks, this sounds like a good idea - can you recommend such a project? > > Jörn Franke schrieb am Mi., 29.

Re: getting started with link / scala

2017-11-29 Thread Georg Heiler
Thanks, this sounds like a good idea - can you recommend such a project? Jörn Franke schrieb am Mi., 29. Nov. 2017 um 22:30 Uhr: > If you want to really learn then I recommend you to start with a flink > project that contains unit tests and integration tests (maybe

Re: getting started with link / scala

2017-11-29 Thread Jörn Franke
If you want to really learn then I recommend you to start with a flink project that contains unit tests and integration tests (maybe augmented with https://wiki.apache.org/hadoop/HowToDevelopUnitTests to simulate a HDFS cluster during unit tests). It should also include coverage reporting.

getting started with link / scala

2017-11-29 Thread Georg Heiler
Getting started with Flink / scala, I wonder whether the scala base library should be excluded as a best practice: https://github.com/tillrohrmann/flink-project/blob/master/build.sbt#L32 // exclude Scala library from assembly assemblyOption in assembly := (assemblyOption in