Hi Max,
Thanks for your help. Flink-spector looks just like what I need.
Greetings,
Juan
On Thu, Nov 3, 2016 at 11:05 AM, Maximilian Michels wrote:
> Hi Juan,
>
> StreamingMultipleProgramsTestBase is in the testing scope. Thus, is it
> not bundled in the normal jars. You would have to add the
Hi Juan,
StreamingMultipleProgramsTestBase is in the testing scope. Thus, is it
not bundled in the normal jars. You would have to add the
flink-test-utils_2.10 module.
It is true that there is no guide. There is
https://github.com/ottogroup/flink-spector for testing streaming
pipelines.
For unit
Hi,
I'm new to Flink, and I'm trying to write my first unit test for a simple
DataStreams job. In
https://ci.apache.org/projects/flink/flink-docs-master/api/java/org/apache/flink/streaming/util/package-summary.html
I see several promising classes, but for example I cannot import
org.apache.flink.