add doc for shell.working.directory.user.home

This commit is contained in:
Prabhjyot Singh 2017-09-05 23:20:15 +05:30
parent 9164ed2c0f
commit 9934df52a6
2 changed files with 12 additions and 7 deletions

View file

@ -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>

View file

@ -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": {