You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/01 07:48:11 UTC

[jira] [Commented] (FLINK-3092) Fix Scala API quick start word count example

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

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

GitHub user phatak-dev opened a pull request:

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

    [FLINK-3092][Documentation]Fix Scala API quick start word count example

    

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

    $ git pull https://github.com/phatak-dev/flink master

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

    https://github.com/apache/flink/pull/1424.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 #1424
    
----
commit 3888bc7a25add4ceaf3f4eec364137b2e8f00df2
Author: madhukar <ph...@gmail.com>
Date:   2015-12-01T06:46:22Z

    [FLINK-3092][Documentation]Fix Scala API quick start word count example

----


> Fix Scala API quick start word count example
> --------------------------------------------
>
>                 Key: FLINK-3092
>                 URL: https://issues.apache.org/jira/browse/FLINK-3092
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 0.10.1
>            Reporter: madhukara phatak
>            Priority: Minor
>
> The word count example in the scala api quick start uses both print and execute which results in following exception.
> {code:borderStyle=solid}
> Exception in thread "main" java.lang.RuntimeException: No new data sinks have been defined since the last execution. The last execution refers to the latest call to 'execute()', 'count()', 'collect()', or 'print()'.
> {code}
> ```



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