Update jdbc.md

add comments for zeppelin.jdbc.auth.kerberos.proxy.enable
This commit is contained in:
LeiWang 2017-04-04 23:01:39 +08:00 committed by GitHub
parent b850a429d7
commit 75e4b9ff78

View file

@ -164,6 +164,10 @@ There are more JDBC interpreter properties you can specify like below.
<td>zeppelin.jdbc.keytab.location</td>
<td>The path to the keytab file</td>
</tr>
<tr>
<td>zeppelin.jdbc.auth.kerberos.proxy.enable</td>
<td>when used the kerberos auth type, do the kerberos proxy behavior with login user (if not anonymous) to get the connection, default value is true</td>
</tr>
<tr>
<td>default.jceks.file</td>
<td>jceks store path (e.g: jceks://file/tmp/zeppelin.jceks)</td>