-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Pasted the snippet of config from WD doc and have some doubt. The below config has to be configured both in primary & remote metastores?
In addition, all metastores need to use the Zookeeper shared token:
<property>
<name>hive.cluster.delegation.token.store.class</name>
<value>org.apache.hadoop.hive.thrift.ZooKeeperTokenStore</value>
</property>
<property>
<name>hive.cluster.delegation.token.store.zookeeper.connectString</name>
<value>zk1:2181,zk2:2181,zk3:2181</value>
</property>
<property>
<name>hive.cluster.delegation.token.store.zookeeper.znode</name>
<value>/hive/token</value>
</property>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels