1
0
forked from docs/doc-exports
Yang, Tong 6182f91ba8 MRS component operation guide_normal 2.0.38.SP20 version
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>
2022-12-09 14:55:21 +00:00

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.