Przeglądaj źródła

AMBARI-7723. configure hive token store to use zookeeper based token store (BE changes) (dlysnichenko)

Lisnichenko Dmitro 10 lat temu
rodzic
commit
b422c21f3d

+ 12 - 0
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-site.xml

@@ -333,5 +333,17 @@ limitations under the License.
       supporting dynamic service discovery.
     </description>
   </property>
+  
+  <property>
+    <name>hive.cluster.delegation.token.store.class</name>
+    <value>org.apache.hadoop.hive.thrift.ZooKeeperTokenStore</value>
+    <description>The delegation token store implementation class.</description>
+  </property>
+  
+  <property>
+    <name>hive.cluster.delegation.token.store.zookeeper.connectString</name>
+    <value>localhost:2181</value>
+    <description>The ZooKeeper token store connect string.</description>
+  </property>
 
 </configuration>