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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)