Re: Flink CLI properties with HA
Posted by
vino yang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-CLI-properties-with-HA-tp21425p21472.html
Hi Sampath,
Flink CLI need to retrieve the JobManager leader address, so it needĀ to access the HA specific configuration. Because if based on Zookeeper to implement the HA, the leader address information will fetch from Zookeeper.
The main use of config itemĀ high-availability.storageDir is storage (Job graph, checkpoint and so on). Actually, the real data is stored under this path which used to recover purpose, zookeeper just store a state handle.
---
Thanks.
vino.