mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-2949] Updated documentation
This commit is contained in:
parent
0a56299c55
commit
826bad4a0d
2 changed files with 12 additions and 0 deletions
|
|
@ -145,6 +145,11 @@ You can also set other Spark properties which are not listed in the table. For a
|
|||
<td>true</td>
|
||||
<td>Do not change - developer only setting, not for production use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>zeppelin.spark.uiWebUrl</td>
|
||||
<td></td>
|
||||
<td>Override Spark UI default URL</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Without any configuration, Spark interpreter works out of box in local mode. But if you want to connect to your Spark cluster, you'll need to follow below two simple steps.
|
||||
|
|
|
|||
|
|
@ -67,6 +67,13 @@
|
|||
"defaultValue": true,
|
||||
"description": "Do not change - developer only setting, not for production use",
|
||||
"type": "checkbox"
|
||||
},
|
||||
"zeppelin.spark.uiWebUrl": {
|
||||
"envName": null,
|
||||
"propertyName": "zeppelin.spark.uiWebUrl",
|
||||
"defaultValue": "",
|
||||
"description": "Override Spark UI default URL",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue