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

Reply via email to