You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2022/10/27 07:52:00 UTC

[jira] [Closed] (FLINK-28769) Flink History Server show wrong name of batch jobs

     [ https://issues.apache.org/jira/browse/FLINK-28769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xintong Song closed FLINK-28769.
--------------------------------
    Resolution: Won't Fix

Closing as we are no longer actively maintaining the deprecated DataSet API.

> Flink History Server show wrong name of batch jobs
> --------------------------------------------------
>
>                 Key: FLINK-28769
>                 URL: https://issues.apache.org/jira/browse/FLINK-28769
>             Project: Flink
>          Issue Type: Bug
>          Components: API / DataSet
>            Reporter: Biao Geng
>            Priority: Minor
>         Attachments: image-2022-08-02-00-41-51-815.png
>
>
> When running {{examples/batch/WordCount.jar}} using flink1.15 and 1.16 together with history server started, the history server shows default name(e.g. Flink Java Job at Tue Aug 02.. ) of the batch job instead of the name( "WordCount Example" ) specified in the java code.
> But for {{examples/streaming/WordCount.jar}}, the job name in history server is correct.
> It looks like that {{org.apache.flink.api.java.ExecutionEnvironment#executeAsync(java.lang.String)}} does not set job name as what {{org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#execute(java.lang.String)}} does(e.g. streamGraph.setJobName(jobName); ).
> !image-2022-08-02-00-41-51-815.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)