Re: Issue with quikcstart and maven

2014-12-18 Thread Robert Metzger
Hi, Sorry that you ran into that issue. The problem is that the "fat jar builder" is removing all packages in the "org.apache.flink" namespace. Moving the class containing the main() to a new location (say net.internetmemory) will probably resolve the issue. Best, Robert On Thu, Dec 18, 2014 at

Issue with quikcstart and maven

2014-12-18 Thread Philippe Rigaux
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-