You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:50:57 UTC

[GitHub] [beam] kennknowles opened a new issue, #19370: PipelineTest.testEmptyPipeline breaks on Flink runner

kennknowles opened a new issue, #19370:
URL: https://github.com/apache/beam/issues/19370

   ```
   
   org.apache.beam.sdk.Pipeline$PipelineExecutionException
   : 
   java.lang.IllegalStateException: No operators
   defined in streaming topology. Cannot execute.
   Open stacktrace
   Caused by: 
   java.lang.IllegalStateException
   :
   
   No operators defined in streaming topology. Cannot execute.
   Close stacktrace
   at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.getStreamGraph(StreamExecutionEnvironment.java:1534)
   at
   org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:89)
   at
   org.apache.beam.runners.flink.FlinkPipelineExecutionEnvironment.executePipeline(FlinkPipelineExecutionEnvironment.java:141)
   at
   org.apache.beam.runners.flink.FlinkRunner.run(FlinkRunner.java:113)
   
   ```
   
   
   Imported from Jira [BEAM-7325](https://issues.apache.org/jira/browse/BEAM-7325). Original Jira may contain additional context.
   Reported by: iemejia.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org