You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2014/11/17 14:22:33 UTC

[jira] [Resolved] (FLINK-1008) createProgramPlan() throws exception

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

Stephan Ewen resolved FLINK-1008.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.8-incubating

Fixed in 42828f24596ec2432fbd506ce08ac18c23fd5350

> createProgramPlan() throws exception
> ------------------------------------
>
>                 Key: FLINK-1008
>                 URL: https://issues.apache.org/jira/browse/FLINK-1008
>             Project: Flink
>          Issue Type: Bug
>          Components: Java API
>            Reporter: Bastian Köcher
>             Fix For: 0.8-incubating
>
>         Attachments: impro3-ss14-stratosphere.zip
>
>
> After calling createProgramPlan() I get the following exception:
> java.lang.RuntimeException: No data sinks have been created yet. A program needs at least one sink that consumes data. Examples are writing the data set or printing it.
> 	at eu.stratosphere.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:618)
> 	at eu.stratosphere.api.java.LocalEnvironment.execute(LocalEnvironment.java:51)
> 	at eu.stratosphere.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:516)
> The plan execute and we also have data sinks, so the error is really confusing.



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