Hi Anton,

I think you can do it similar as the BatchTableEnvironment#explain(table:
Table, extended: Boolean) which calls
ExecutionEnvironment.getExecutionPlan().
StreamExecutionPlan does also have a getExecutionPlan() method.
The stream execution plan will probably contain different information than
the batch execution plan, but I think that is fine.

Please let me know if you have more questions.

Best, Fabian

2016-10-26 10:59 GMT+02:00 Anton Solovev <anton_solo...@epam.com>:

> Sorry, wrong issue number
>
> Question is about https://issues.apache.org/jira/browse/FLINK-4623
>
> And in subject should be StreamExecutionEnvironment#explain actually
>
> -----Original Message-----
> From: Anton Solovev [mailto:anton_solo...@epam.com]
> Sent: Wednesday, October 26, 2016 12:30 PM
> To: dev@flink.apache.org
> Subject: DataStream#explain
>
> Hello,
>
>
>
> I have started doing https://issues.apache.org/jira/browse/FLINK-4743
>
> What should explain of DataStream look like?
>
>
>
> Best regards,
>
> Anton
>

Reply via email to