diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md index 32adcba94b..2b7bb1c1bd 100644 --- a/docs/interpreter/jdbc.md +++ b/docs/interpreter/jdbc.md @@ -423,8 +423,13 @@ Here are some examples you can refer to. Including the below connectors, you can default.password hive_password + + hive.proxy.user + true or false +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)