You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Key | Default | Meaning | Type | Since
182
182
183
183
Key | Default | Meaning | Type | Since
184
184
--- | --- | --- | --- | ---
185
-
<code>kyuubi.engine.connection.url.use.hostname</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>false</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) When true, engine register with hostname to zookeeper. When spark run on k8s with cluster mode, set to false to ensure that server can connect to engine</div>|<divstyle='width: 30pt'>boolean</div>|<divstyle='width: 20pt'>1.3.0</div>
185
+
<code>kyuubi.engine.connection.url.use.hostname</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>true</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) When true, engine register with hostname to zookeeper. When spark run on k8s with cluster mode, set to false to ensure that server can connect to engine</div>|<divstyle='width: 30pt'>boolean</div>|<divstyle='width: 20pt'>1.3.0</div>
186
186
<code>kyuubi.engine.deregister.exception.classes</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'></div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>A comma separated list of exception classes. If there is any exception thrown, whose class matches the specified classes, the engine would deregister itself.</div>|<divstyle='width: 30pt'>seq</div>|<divstyle='width: 20pt'>1.2.0</div>
187
187
<code>kyuubi.engine.deregister.exception.messages</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'></div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>A comma separated list of exception messages. If there is any exception thrown, whose message or stacktrace matches the specified message list, the engine would deregister itself.</div>|<divstyle='width: 30pt'>seq</div>|<divstyle='width: 20pt'>1.2.0</div>
188
188
<code>kyuubi.engine.deregister.exception.ttl</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>PT30M</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>Time to live(TTL) for exceptions pattern specified in kyuubi.engine.deregister.exception.classes and kyuubi.engine.deregister.exception.messages to deregister engines. Once the total error count hits the kyuubi.engine.deregister.job.max.failures within the TTL, an engine will deregister itself and wait for self-terminated. Otherwise, we suppose that the engine has recovered from temporary failures.</div>|<divstyle='width: 30pt'>duration</div>|<divstyle='width: 20pt'>1.2.0</div>
@@ -219,7 +219,7 @@ Key | Default | Meaning | Type | Since
219
219
<code>kyuubi.frontend.backoff.slot.length</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>PT0.1S</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) Time to back off during login to the thrift frontend service.</div>|<divstyle='width: 30pt'>duration</div>|<divstyle='width: 20pt'>1.0.0</div>
220
220
<code>kyuubi.frontend.bind.host</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'><undefined></div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) Hostname or IP of the machine on which to run the thrift frontend service via binary protocol.</div>|<divstyle='width: 30pt'>string</div>|<divstyle='width: 20pt'>1.0.0</div>
221
221
<code>kyuubi.frontend.bind.port</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>10009</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) Port of the machine on which to run the thrift frontend service via binary protocol.</div>|<divstyle='width: 30pt'>int</div>|<divstyle='width: 20pt'>1.0.0</div>
<code>kyuubi.frontend.login.timeout</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>PT20S</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) Timeout for Thrift clients during login to the thrift frontend service.</div>|<divstyle='width: 30pt'>duration</div>|<divstyle='width: 20pt'>1.0.0</div>
224
224
<code>kyuubi.frontend.max.message.size</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>104857600</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) Maximum message size in bytes a Kyuubi server will accept.</div>|<divstyle='width: 30pt'>int</div>|<divstyle='width: 20pt'>1.0.0</div>
225
225
<code>kyuubi.frontend.max.worker.threads</code>|<divstyle='width: 65pt;word-wrap: break-word;white-space: normal'>999</div>|<divstyle='width: 170pt;word-wrap: break-word;white-space: normal'>(deprecated) Maximum number of threads in the of frontend worker thread pool for the thrift frontend service</div>|<divstyle='width: 30pt'>int</div>|<divstyle='width: 20pt'>1.0.0</div>
0 commit comments