Hi, I helped somebody yesterday on SO [1] who had issues with the Scala API because he was importing the classes from the Java API. Somebody else complained about this issue as well in the comments below the documentation [2], and I think both users are right: Its an unnecessary obstacle when learning Flink that users have to figure out which class to import.
How about adding import statements to the examples? Is there a nicer way of solving the problem? Regards, Robert [1] http://stackoverflow.com/a/33721528/568695 [2]: https://ci.apache.org/projects/flink/flink-docs-release-0.10/apis/streaming_guide.html#comment-2365998014