I’m trying to configure the JDBC connection preferences (using Cloudera) and Hive connection node to connect to one or more Hive servers that are managed through zookeeper. I’ve tried a number of variants to try to get the syntax figured out, but not quite getting it right.
Can you confirm a connection can be made to a zookeeper managed Hive server?
Do I need to include the serviceDiscoveryMode=zookeeper and zooKeeperNamespace=HiveServer2 parameters in the driver settings URL, add them to the parameters tab in the connection node, or reference them in both places?
What’s the proper syntax for adding zookeeper references to the URL, if they are included in the URL?
For multiple servers that are managed by zookeeper, what is the URL and node connection string syntax to list them in order to use? IE: Are they the full URL for each separated by a coma or how do you string them together?
Thanks for any help.