Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Abandoned
-
1.10.0
-
None
-
In flink1.10
Description
Bug:Submit job through the rest api, job name will be lost
Reason:In method OptimizerPlanEnvironment.executeAsync(String jobName)
Fix: change to : this.pipeline = createProgramPlan(jobName);