Github user mbalassi commented on the pull request: https://github.com/apache/incubator-flink/pull/199#issuecomment-62869095 The commit does two things: * Adds the default data classes to the examples package from the flink-java-examples packages * Also creates separate jars for the examples I suppose both makes it more convenient for the users to try out the programs on the cluster. Currently to see a scala example performing on the cluster you would have to add the flink-java-examples (as it is not in the lib of the distro) to the classpath and of course also provide the desired main class. I would not say that this is difficult, just the option I'm providing is more user friendly.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---