You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiaoyu Wang (JIRA)" <ji...@apache.org> on 2015/10/14 09:38:05 UTC

[jira] [Created] (SPARK-11100) HiveThriftServer not registering with Zookeeper

Xiaoyu Wang created SPARK-11100:
-----------------------------------

             Summary: 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:
<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!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org