[
https://issues.apache.org/jira/browse/SPARK-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-11100:
------------------------------------
Assignee: (was: Apache Spark)
> HiveThriftServer not registering with Zookeeper
> -----------------------------------------------
>
> Key: SPARK-11100
> URL: https://issues.apache.org/jira/browse/SPARK-11100
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.5.1
> Environment: Hive-1.2.1
> Hadoop-2.6.0
> Reporter: Xiaoyu Wang
>
> hive-site.xml config:
> {code}
> <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>
> {code}
> then start thrift server
> {code}
> start-thriftserver.sh --master yarn
> {code}
> In zookeeper znode "sparkhiveserver2" not found.
> hiveserver2 is working on this config!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]