Dear Flink dev. Thanks for this great system. I tried to set up the quickstart project, but I run into the following issue. After
mvn clean package The jar file are almost empty ls -l target/*.jar -rw-r--r-- 1 philippe staff 382 18 déc 14:08 target/quickstart-0.1-flink-fat-jar.jar -rw-r--r-- 1 philippe staff 5985 18 déc 14:08 target/quickstart-0.1.jar And they do not contain the main() class. I guess that this is related to the maven assembly options, but a few changes there were not successful. So before trying to hack further, do you have any advice? I am using Mac OS, java 7. Thanks in advance Philippe