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

ASF GitHub Bot commented on FLINK-3852:
---------------------------------------

GitHub user markreddy opened a pull request:

    https://github.com/apache/flink/pull/1982

    [FLINK-3852] update the quickstart module to include a streaming skeleton

    - Added skeleton StreamingJob
    - Moved Job to BatchJob
    - Commented out transformers for the mainClass setting with a guide to 
uncomment
    - Updated java and scala docs with a guide on how to run via the cli
    - Updated the site docs to include all four sample classes
    - Tidied up SocketTextStreamWordCount

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/markreddy/flink 
FLINK-3852-quickstart-streaming

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1982.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1982
    
----
commit 6cb9a098a8a4dac6a1ac2484aa00efbd41b54ebe
Author: markreddy <[email protected]>
Date:   2016-05-11T08:55:19Z

    [FLINK-3852] added skeleton StreamingJob, moved Job to BatchJob, commented 
out transformers for the mainClass setting, tidied up SocketTextStreamWordCount 
and updated docs

----


> Use a StreamExecutionEnvironment in the quickstart job skeleton
> ---------------------------------------------------------------
>
>                 Key: FLINK-3852
>                 URL: https://issues.apache.org/jira/browse/FLINK-3852
>             Project: Flink
>          Issue Type: Task
>          Components: Quickstarts
>            Reporter: Robert Metzger
>              Labels: starter
>
> The Job skeleton created by the maven archetype "quickstart" is still setting 
> up an ExecutionEnvironment, not a StreamExecutionEnvironment.
> These days, most users are using Flink for streaming, so we should reflect 
> that in the quickstart as well.



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

Reply via email to