Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
Description
The flink-docker's Dockerfile and docker-entrypoint.sh currently use shell scripting techniques with grep and sed for configuration reading and modification. This method is not suitable for the standard YAML configuration format.
Following the changes introduced in FLINK-33721, we should update flink-docker's Dockerfile and docker-entrypoint.sh to use BashJavaUtils for Flink configuration reading and writing.
Attachments
Issue Links
- links to