You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by graphael <gr...@gmail.com> on 2014/10/10 14:29:13 UTC

documentation 0.7 typo

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


Re: documentation 0.7 typo

Posted by Robert Metzger <rm...@apache.org>.
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 <gr...@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
>
>