Hi, Thank you for reporting the issue. We have the pull request to fix the issue already merged: https://github.com/apache/incubator-flink/pull/136/files but we didn't upload the latest 0.7 documentation to the website.
I'll upload the latest 0.7 documentation to the website ... Best, Robert On Fri, Oct 10, 2014 at 2:29 PM, graphael <graphi...@gmail.com> wrote: > Hello lovely Flink developers, > theres a typo in the "Quick Start: Run K-Means Example" for 0.7. > @ > > http://flink.incubator.apache.org/docs/0.7-incubating/run_example_quickstart.html > > At the header: "Generate Input Data": > > # Run data generator > java -cp ../examples/flink-java-examples-0.7-incubating-KMeans.jar > org.apache.flink.example.java.clustering.util.KMeansDataGenerator 500 10 > 0.08 > > "org.apache.flink.example" > should be > org.apache.flink.example*s*.** (the s is missing). > > Best, > Roelof > >