Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
The default job name for DataStream API programs in batch mode has changed from "Flink Streaming Job" to "Flink Batch Job". A custom name can be set with config option "pipeline.name".
Description
Currently, the pipeline name configured in StreamExecutionEnvironment is not always considered in a table environment. E.g. when using executeSql. In general, the job name code can be simplified by relying on the StreamGraphGenerator.
Attachments
Attachments
Issue Links
- links to