[ 
https://issues.apache.org/jira/browse/FLINK-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14247002#comment-14247002
 ] 

Stephan Ewen commented on FLINK-1331:
-------------------------------------

Well you can basically run the examples without parameters. What such a script 
would add is to turn this call
{code}
./flink run examples/flink-scala-examples-0.7-incubating-WordCount.jar
{code}
into this call
{code}
./run-example.sh  WordCount
{code}
A nice shortcut. Not sure how crucial though.

> Running examples
> ----------------
>
>                 Key: FLINK-1331
>                 URL: https://issues.apache.org/jira/browse/FLINK-1331
>             Project: Flink
>          Issue Type: Wish
>          Components: Examples
>            Reporter: Max Michels
>            Priority: Trivial
>              Labels: usability
>
> Running the Flink examples should be super simple.
> - provide a script in bin called run-example.sh
> - skip the entry class path, i.e. WordCount runs 
> org.apache.flink.examples.java.wordcount.WordCount
> - provide default parameters and setup instructions
> - automatically set up a local execution when no cluster configuration has 
> been found



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to