Re: data flow example on cluster
Posted by
Maximilian Michels on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/data-flow-example-on-cluster-tp2963p2967.html
Hi Lydia,
Till already pointed you to the documentation. If you want to run the
WordCount example, you can do so by executing the following command:
./bin/flink run -c com.dataartisans.flink.dataflow.examples.WordCount
/path/to/dataflow.jar --input /path/to/input --output /path/to/output
If you want, you can try this command in a local cluster first. You
can start a local cluster by using ./bin/start-local.sh.
Best,
Max
On Wed, Sep 30, 2015 at 10:14 AM, Till Rohrmann <
[hidden email]> wrote: