mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add doc for shell.working.directory.user.home
This commit is contained in:
parent
9164ed2c0f
commit
9934df52a6
2 changed files with 12 additions and 7 deletions
|
|
@ -43,6 +43,11 @@ At the "Interpreters" menu in Zeppelin dropdown menu, you can set the property v
|
|||
<td>60000</td>
|
||||
<td>Shell command time out in millisecs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>shell.working.directory.user.home</td>
|
||||
<td>false</td>
|
||||
<td>If this set to true, the shell's working directory will be set to user home</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>zeppelin.shell.auth.type</td>
|
||||
<td></td>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,13 @@
|
|||
"description": "Shell command time out in millisecs. Default = 60000",
|
||||
"type": "number"
|
||||
},
|
||||
"shell.working.directory.user.home": {
|
||||
"envName": "SHELL_WORKING_DIRECTORY_USER_HOME",
|
||||
"propertyName": "shell.working.directory.user.home",
|
||||
"defaultValue": false,
|
||||
"description": "If this set to true, the shell's working directory will be set to user home",
|
||||
"type": "checkbox"
|
||||
},
|
||||
"zeppelin.shell.auth.type": {
|
||||
"envName": null,
|
||||
"propertyName": "zeppelin.shell.auth.type",
|
||||
|
|
@ -31,13 +38,6 @@
|
|||
"defaultValue": "",
|
||||
"description": "Kerberos principal",
|
||||
"type": "string"
|
||||
},
|
||||
"shell.working.directory.user.home": {
|
||||
"envName": "SHELL_WORKING_DIRECTORY_USER_HOME",
|
||||
"propertyName": "shell.working.directory.user.home",
|
||||
"defaultValue": false,
|
||||
"description": "If this set to true, the shell's working directory will be set to user home",
|
||||
"type": "checkbox"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue