Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.19.0
Description
This issue aims to verify FLIP-366.
Starting with version 1.19, Flink has officially introduced full support for the standard YAML 1.2 syntax. For detailed information, please refer to the Flink website:https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#flink-configuration-file
We may need to cover the following two types of test cases:
Test 1: For newly created jobs, utilize a config.yaml file to set up the Flink cluster. We need to verify that the job runs as expected with this new configuration.
Test 2: For existing jobs, migrate the legacy flink-conf.yaml to the new config.yaml. Test the job runs just like before post-migration.
Attachments
Attachments
Issue Links
- is a clone of
-
FLINK-34294 Release Testing Instructions: Verify FLINK-33297 Support standard YAML for FLINK configuration
- Closed