blob: a49d160618a6ad0aabfe9d5b8954d94de38a3cc3 [file] [log] [blame]
<table class="table table-bordered">
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 65%">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><h5>high-availability.zookeeper.client.acl</h5></td>
<td style="word-wrap: break-word;">"open"</td>
<td>Defines the ACL (open|creator) to be configured on ZK node. The configuration value can be set to “creator” if the ZooKeeper server configuration has the “authProvider” property mapped to use SASLAuthenticationProvider and the cluster is configured to run in secure mode (Kerberos).</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.client.connection-timeout</h5></td>
<td style="word-wrap: break-word;">15000</td>
<td>Defines the connection timeout for ZooKeeper in ms.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.client.max-retry-attempts</h5></td>
<td style="word-wrap: break-word;">3</td>
<td>Defines the number of connection retries before the client gives up.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.client.retry-wait</h5></td>
<td style="word-wrap: break-word;">5000</td>
<td>Defines the pause between consecutive retries in ms.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.client.session-timeout</h5></td>
<td style="word-wrap: break-word;">60000</td>
<td>Defines the session timeout for the ZooKeeper session in ms.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.checkpoint-counter</h5></td>
<td style="word-wrap: break-word;">"/checkpoint-counter"</td>
<td>ZooKeeper root path (ZNode) for checkpoint counters.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.checkpoints</h5></td>
<td style="word-wrap: break-word;">"/checkpoints"</td>
<td>ZooKeeper root path (ZNode) for completed checkpoints.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.jobgraphs</h5></td>
<td style="word-wrap: break-word;">"/jobgraphs"</td>
<td>ZooKeeper root path (ZNode) for job graphs</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.latch</h5></td>
<td style="word-wrap: break-word;">"/leaderlatch"</td>
<td>Defines the znode of the leader latch which is used to elect the leader.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.leader</h5></td>
<td style="word-wrap: break-word;">"/leader"</td>
<td>Defines the znode of the leader which contains the URL to the leader and the current leader session ID.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.mesos-workers</h5></td>
<td style="word-wrap: break-word;">"/mesos-workers"</td>
<td>ZooKeeper root path (ZNode) for Mesos workers.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.root</h5></td>
<td style="word-wrap: break-word;">"/flink"</td>
<td>The root path under which Flink stores its entries in ZooKeeper.</td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.path.running-registry</h5></td>
<td style="word-wrap: break-word;">"/running_job_registry/"</td>
<td></td>
</tr>
<tr>
<td><h5>high-availability.zookeeper.quorum</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>The ZooKeeper quorum to use, when running Flink in a high-availability mode with ZooKeeper.</td>
</tr>
</tbody>
</table>