mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Added documentation for feature
This commit is contained in:
parent
d6f0c625c5
commit
433eefb613
1 changed files with 5 additions and 0 deletions
|
|
@ -423,8 +423,13 @@ Here are some examples you can refer to. Including the below connectors, you can
|
|||
<td>default.password</td>
|
||||
<td>hive_password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hive.proxy.user</td>
|
||||
<td>true or false</td>
|
||||
</table>
|
||||
|
||||
Connection to Hive JDBC with a proxy user can be disabled with `hive.proxy.user` property (set to true by default)
|
||||
|
||||
[Apache Hive 1 JDBC Driver Docs](https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC)
|
||||
[Apache Hive 2 JDBC Driver Docs](https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue