|
@@ -311,7 +311,7 @@ limitations under the License.
|
|
|
|
|
|
<property>
|
|
<property>
|
|
<name>hive.server2.support.dynamic.service.discovery</name>
|
|
<name>hive.server2.support.dynamic.service.discovery</name>
|
|
- <value>true</value>
|
|
|
|
|
|
+ <value>false</value>
|
|
<description>Whether HiveServer2 supports dynamic service discovery for its
|
|
<description>Whether HiveServer2 supports dynamic service discovery for its
|
|
clients. To support this, each instance of HiveServer2 currently uses
|
|
clients. To support this, each instance of HiveServer2 currently uses
|
|
ZooKeeper to register itself, when it is brought up. JDBC/ODBC clients
|
|
ZooKeeper to register itself, when it is brought up. JDBC/ODBC clients
|
|
@@ -334,16 +334,4 @@ limitations under the License.
|
|
</description>
|
|
</description>
|
|
</property>
|
|
</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>
|
|
</configuration>
|