forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
1.8 KiB
1.8 KiB
Configuring Parameter Paths
All parameters of Flink must be set on a client. The path of a configuration file is as follows: Client installation path/Flink/flink/conf/flink-conf.yaml.

- You are advised to set the parameters in the format of Key: Value in the flink-conf.yaml configuration file on the client.
Example: taskmanager.heap.size: 1024mb
A space is required between Key: and Value.
- If parameters are modified in the Flink service configuration, you need to download and install the client again after the configuration is complete.
Parent topic: Flink Configuration Management