[
https://issues.apache.org/jira/browse/FLINK-19580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321357#comment-17321357
]
Flink Jira Bot commented on FLINK-19580:
----------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> Creating PackagedProgram overwrites an actual job name with default JobName
> ---------------------------------------------------------------------------
>
> Key: FLINK-19580
> URL: https://issues.apache.org/jira/browse/FLINK-19580
> Project: Flink
> Issue Type: Bug
> Components: Client / Job Submission
> Affects Versions: 1.11.2
> Reporter: Murtaza H Zaveri
> Priority: Minor
> Labels: stale-minor
> Attachments: GetJobGraph.png, OptimizerPlanEnvt.png,
> createProgramPlanWithDefaultName.png, executeAsync.png, getPipeLine.png
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Hi Team,
> Flink Version : Flink 1.11.X
> We are creating JobGraph through packagedProgram and trying to submit the
> flink job using rest client. hence to do so we are using below API,
> *_createJobGraph(packagedProgram,configuration,defaultParallelism,jobId,suppressOutput);_*
> In Above method's implementation, it creates a pipeline a object and this
> pipeline object calls OptimizerPlanEnvironment(which is used to extract the
> Pipeline) and this instance override an actual job name with the default
> jobName viz, *Flink Java Job <Date time>.*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)