Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.5.1
-
None
-
None
-
Hive-1.2.1
Hadoop-2.6.0
-
Patch
Description
hive-site.xml config:
<property>
<name>hive.server2.support.dynamic.service.discovery</name>
<value>true</value>
</property>
<property>
<name>hive.server2.zookeeper.namespace</name>
<value>sparkhiveserver2</value>
</property>
<property>
<name>hive.zookeeper.quorum</name>
<value>zk1,zk2,zk3</value>
</property>
then start thrift server
start-thriftserver.sh --master yarn
In zookeeper znode "sparkhiveserver2" not found.
hiveserver2 is working on this config!
Attachments
Issue Links
- is related to
-
SPARK-19541 High Availability support for ThriftServer
- Resolved
- links to