Thank you very much
Am 26.05.2015 um 11:26 schrieb Robert Metzger:
Hi,
you need to include dependencies not part of the main flink jar into
your usercode jar file.
Therefore, you have to build a "fat jar".
The easiest way to do that is like this:
http://stackoverflow.com/questions/574594/how
Hi,
you need to include dependencies not part of the main flink jar into your
usercode jar file.
Therefore, you have to build a "fat jar".
The easiest way to do that is like this:
http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven
But that ap