mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add content of property : "ZEPPELIN_DEP_LOCALREPO", zeppelin.dep.localrepo
related PR is https://github.com/apache/zeppelin/pull/2012
This commit is contained in:
parent
2c4ff88226
commit
b8d4dc7eb1
1 changed files with 6 additions and 0 deletions
|
|
@ -267,6 +267,12 @@ If both are defined, then the **environment variables** will take priority.
|
|||
<td>30000</td>
|
||||
<td>Output message from interpreter exceeding the limit will be truncated</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><h6 class="properties">ZEPPELIN_DEP_LOCALREPO</h6></td>
|
||||
<td><h6 class="properties">zeppelin.dep.localrepo</h6></td>
|
||||
<td>local-repo</td>
|
||||
<td>Local repository for dependency loader.<br>ex)visualiztion modules of npm.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><h6 class="properties">ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE</h6></td>
|
||||
<td><h6 class="properties">zeppelin.websocket.max.text.message.size</h6></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue