[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2021-12-20 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-6296:
--
  Labels: auto-deprioritized-major auto-deprioritized-minor  (was: 
auto-deprioritized-major stale-minor)
Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Minor, please 
raise the priority and ask a committer to assign you the issue or revive the 
public discussion.


> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataSet
>Affects Versions: 1.2.0, 1.12.0
>Reporter: Petr Novotnik
>Priority: Not a Priority
>  Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> {{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
> {{#getExecutionPlan}} uses the one parameter version of 
> {{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part 
> of {{getExecutionPlan()}}?
> From a [code 
> perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
>  it seems the same is present on Flink 1.1.5, but I haven't tested it,
> P.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2021-12-05 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-6296:
--
Labels: auto-deprioritized-major stale-minor  (was: 
auto-deprioritized-major)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is 
still Minor, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataSet
>Affects Versions: 1.2.0, 1.12.0
>Reporter: Petr Novotnik
>Priority: Minor
>  Labels: auto-deprioritized-major, stale-minor
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> {{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
> {{#getExecutionPlan}} uses the one parameter version of 
> {{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part 
> of {{getExecutionPlan()}}?
> From a [code 
> perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
>  it seems the same is present on Flink 1.1.5, but I haven't tested it,
> P.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2021-04-29 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-6296:
--
Priority: Minor  (was: Major)

> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataSet
>Affects Versions: 1.2.0, 1.12.0
>Reporter: Petr Novotnik
>Priority: Minor
>  Labels: auto-deprioritized-major
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> {{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
> {{#getExecutionPlan}} uses the one parameter version of 
> {{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part 
> of {{getExecutionPlan()}}?
> From a [code 
> perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
>  it seems the same is present on Flink 1.1.5, but I haven't tested it,
> P.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2021-04-29 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-6296:
--
Labels: auto-deprioritized-major  (was: stale-major)

> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataSet
>Affects Versions: 1.2.0, 1.12.0
>Reporter: Petr Novotnik
>Priority: Major
>  Labels: auto-deprioritized-major
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> {{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
> {{#getExecutionPlan}} uses the one parameter version of 
> {{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part 
> of {{getExecutionPlan()}}?
> From a [code 
> perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
>  it seems the same is present on Flink 1.1.5, but I haven't tested it,
> P.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2021-04-22 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-6296:
--
Labels: stale-major  (was: )

> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataSet
>Affects Versions: 1.2.0, 1.12.0
>Reporter: Petr Novotnik
>Priority: Major
>  Labels: stale-major
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> {{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
> {{#getExecutionPlan}} uses the one parameter version of 
> {{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part 
> of {{getExecutionPlan()}}?
> From a [code 
> perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
>  it seems the same is present on Flink 1.1.5, but I haven't tested it,
> P.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2020-09-11 Thread Robert Metzger (Jira)


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

Robert Metzger updated FLINK-6296:
--
Affects Version/s: 1.12.0

> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataSet, Deployment / YARN, Runtime / Coordination
>Affects Versions: 1.2.0, 1.12.0
>Reporter: Petr Novotnik
>Priority: Major
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> {{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
> {{#getExecutionPlan}} uses the one parameter version of 
> {{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part 
> of {{getExecutionPlan()}}?
> From a [code 
> perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
>  it seems the same is present on Flink 1.1.5, but I haven't tested it,
> P.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2020-09-11 Thread Robert Metzger (Jira)


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

Robert Metzger updated FLINK-6296:
--
Component/s: (was: Runtime / Coordination)
 (was: Deployment / YARN)

> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataSet
>Affects Versions: 1.2.0, 1.12.0
>Reporter: Petr Novotnik
>Priority: Major
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> {{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
> {{#getExecutionPlan}} uses the one parameter version of 
> {{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part 
> of {{getExecutionPlan()}}?
> From a [code 
> perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
>  it seems the same is present on Flink 1.1.5, but I haven't tested it,
> P.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2017-04-11 Thread Petr Novotnik (JIRA)

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

Petr Novotnik updated FLINK-6296:
-
Description: 
Hello,

calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
{{ExecutionEnvironment#execute()}} makes the later fail with the following 
message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster ...}}:

{noformat}
> Caused by: 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()'.
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
>   at 
> org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
{noformat}

It works fine when executing the job locally (and it works fine locally or even 
on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 

So far I could track it down, the problem seems the "clearing" behaviour of 
{{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
{{#getExecutionPlan}} uses the one parameter version of 
{{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part of 
{{getExecutionPlan()}}?

>From a [code 
>perspective|https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68],
> it seems the same is present on Flink 1.1.5, but I haven't tested it,
P.


  was:
Hello,

calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
{{ExecutionEnvironment#execute()}} makes the later fail with the following 
message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster ...}}:

{noformat}
> Caused by: 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()'.
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
>   at 
> org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
{noformat}

It works fine when executing the job locally (and it works fine locally or even 
on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 

So far I could track it down, the problem seems the "clearing" behaviour of 
{{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
{{#getExecutionPlan}} uses the one parameter version of 
{{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part of 
{{getExecutionPlan()}}?

>From a [code 
>perspective](https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68),
> it seems the same is present on Flink 1.1.5, but I haven't tested it,
P.



> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: DataSet API, Job-Submission, YARN
>Affects Versions: 1.2.0
>Reporter: Petr Novotnik
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could track it down, the problem seems the "clearing" behaviour of 
> 

[jira] [Updated] (FLINK-6296) Retrieving execution plan fails succeeding execution attempt

2017-04-11 Thread Petr Novotnik (JIRA)

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

Petr Novotnik updated FLINK-6296:
-
Description: 
Hello,

calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
{{ExecutionEnvironment#execute()}} makes the later fail with the following 
message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster ...}}:

{noformat}
> Caused by: 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()'.
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
>   at 
> org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
{noformat}

It works fine when executing the job locally (and it works fine locally or even 
on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 

So far I could track it down, the problem seems the "clearing" behaviour of 
{{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
{{#getExecutionPlan}} uses the one parameter version of 
{{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part of 
{{getExecutionPlan()}}?

>From a [code 
>perspective](https://github.com/apache/flink/blob/release-1.1.5/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68),
> it seems the same is present on Flink 1.1.5, but I haven't tested it,
P.


  was:
Hello,

calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
{{ExecutionEnvironment#execute()}} makes the later fail with the following 
message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster ...}}:

{noformat}
> Caused by: 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()'.
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
>   at 
> org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
>   at 
> org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
{noformat}

It works fine when executing the job locally (and it works fine locally or even 
on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 

So far I could track it down, the problem seems the "clearing" behaviour of 
{{ContextEnvironment#createProgramPlan(..)}}. This makes me wonder why 
{{#getExecutionPlan}} uses the one parameter version of 
{{#createProgramPlan(..)}}. Is "clearing" the sinks really required as part of 
{{getExecutionPlan()}}?

I just check, in Flink 1.1.5, {{#getExecutionPlan(..)}} invokes 
{{#createProgramPlan("unnamed job", false)}}, hence, it would be good to 
document as a breaking change [in the migration 
guide|https://ci.apache.org/projects/flink/flink-docs-release-1.2/ops/upgrading.html]
 since the resulting error message is rather misleading.
P.


> Retrieving execution plan fails succeeding execution attempt
> 
>
> Key: FLINK-6296
> URL: https://issues.apache.org/jira/browse/FLINK-6296
> Project: Flink
>  Issue Type: Bug
>  Components: DataSet API, Job-Submission, YARN
>Affects Versions: 1.2.0
>Reporter: Petr Novotnik
>
> Hello,
> calling {{ExecutionEnvironment#getExecutionPlan()}} prior to 
> {{ExecutionEnvironment#execute()}} makes the later fail with the following 
> message if I try to run my job on yarn, i.e. {{flink run -m yarn-cluster 
> ...}}:
> {noformat}
> > Caused by: 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()'.
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1050)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1032)
> > at 
> > org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:59)
> > at 
> > org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.java:926)
> {noformat}
> It works fine when executing the job locally (and it works fine locally or 
> even on yarn using the DataStream API, i.e. {{StreamExecutionEnvironment}}). 
> So far I could