File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -508,12 +508,10 @@ Here are some examples you can refer to. Including the below connectors, you can
508508 </tr >
509509 <tr >
510510 <td>default.proxy.user.property</td>
511- <td>hive.server2.proxy.user</td>
511+ <td>Example value: hive.server2.proxy.user</td>
512512 </tr >
513513</table >
514514
515- Connection to Hive JDBC with a proxy user can be disabled with ` hive.proxy.user ` property (set to true by default)
516-
517515[ Apache Hive 1 JDBC Driver Docs] ( https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC )
518516[ Apache Hive 2 JDBC Driver Docs] ( https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC )
519517
@@ -540,7 +538,19 @@ When Zeppelin server is running with authentication enabled, then the interprete
540538
541539To enable this set following:
542540 - ` zeppelin.jdbc.auth.type ` as ` SIMPLE ` or ` KERBEROS ` (if required) in the interpreter setting.
543- - ` default.proxy.user.property ` as ` hive.server2.proxy.user `
541+ - ` {propertyKey}.proxy.user.property ` as ` hive.server2.proxy.user `
542+ Example configuration
543+
544+ * Properties*
545+
546+ | name | value |
547+ | :------------------------- | :--------------------------------------------------------------------------------------------------|
548+ | hive.driver | org.apache.hive.jdbc.HiveDriver |
549+ | hive.password | |
550+ | hive.url | jdbc:hive2://hive-server-host:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2 |
551+ | hive.proxy.user.property | hive.proxy.user.property |
552+ | zeppelin.jdbc.auth.type | SIMPLE |
553+
544554
545555
546556### Apache Phoenix
You can’t perform that action at this time.
0 commit comments