mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add default prefix in simple connection
This commit is contained in:
parent
b973022741
commit
d92d7d85f4
1 changed files with 4 additions and 4 deletions
|
|
@ -73,19 +73,19 @@ For create the interpreter you need to specify connection parameters as shown in
|
|||
<td>1000</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{prefix}.driver</td>
|
||||
<td>default.driver</td>
|
||||
<td>driver name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{prefix}.password</td>
|
||||
<td>default.password</td>
|
||||
<td>`********`</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{prefix}.url</td>
|
||||
<td>default.url</td>
|
||||
<td>jdbc url</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{prefix}.user</td>
|
||||
<td>default.user</td>
|
||||
<td>user name</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue