Help Center/ MapReduce Service/ Component Development Specifications/ Flink/ Flink Development FAQs/ How Do I Set the znode Storage Directory in Open-Source Flink?
Updated on 2025-04-15 GMT+08:00

How Do I Set the znode Storage Directory in Open-Source Flink?

Symptom

How do I set the znode storage directory in the open-source Flink to a user-defined directory?

Solution

If the directory is /flink_base/flink, set high-availability.zookeeper.path.under.quota to /flink_base/flink in the flink-conf.yaml configuration file.

[Example]

high-availability.zookeeper.path.under.quota: /flink_base/flink