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

[jira] [Updated] (FLINK-3092) Scala API quick start word count example is broken

     [ https://issues.apache.org/jira/browse/FLINK-3092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

madhukara phatak updated FLINK-3092:
------------------------------------
    Description: 
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}
```


  was:
The word count example in the scala api quick start uses both print and execute which results in following exception.

```scala
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()'.
```



> Scala API quick start word count example is broken
> --------------------------------------------------
>
>                 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)