Junrui Li created FLINK-34205: --------------------------------- Summary: Update flink-docker's Dockerfile and docker-entrypoint.sh to use BashJavaUtils for Flink configuration management Key: FLINK-34205 URL: https://issues.apache.org/jira/browse/FLINK-34205 Project: Flink Issue Type: Sub-task Components: flink-docker Reporter: Junrui Li
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)