You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2019/09/12 09:10:00 UTC

[jira] [Created] (FLINK-14067) Decouple PlanExecutor from JSON plan generation

Aljoscha Krettek created FLINK-14067:
----------------------------------------

             Summary: Decouple PlanExecutor from JSON plan generation
                 Key: FLINK-14067
                 URL: https://issues.apache.org/jira/browse/FLINK-14067
             Project: Flink
          Issue Type: Sub-task
          Components: API / DataSet, Client / Job Submission
            Reporter: Aljoscha Krettek
            Assignee: Aljoscha Krettek


{{PlanExecutor}} has a method {{getOptimizerPlanAsJSON()}} that is used by DataSet environments to get a JSON version of the execution plan. To ease future work and to make it more maintainable we should get rid of that method and instead have a dedicated utility for generating JSON plans that the environments can use.

(The only reason this method is on the executor is because only {{flink-clients}} via {{flink-optimizer}} has the required components to derive a JSON plan.)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)