Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
Description
Currently, Flink's shell scripts, such as those used for end-to-end (e2e) testing and Docker image building, require the ability to read from and modify Flink's configuration files. With the introduction of standard YAML files as the configuration format, the existing shell scripts are not equipped to correctly handle read and modify operations on these files.
To accommodate this requirement and enhance our script capabilities, we propose an extension to the BashJavaUtils functionality. This extension will enable BashJavaUtils to support the reading and modifying of standard YAML files, ensuring that our shell scripts can seamlessly interact with the new configuration format.
Attachments
Attachments
Issue Links
- causes
-
FLINK-34232 Config file unexpectedly lacks support for env.java.home
- Closed
- links to