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

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

    [ https://issues.apache.org/jira/browse/SPARK-11100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956467#comment-14956467 ] 

Apache Spark commented on SPARK-11100:
--------------------------------------

User 'xiaowangyu' has created a pull request for this issue:
https://github.com/apache/spark/pull/9113

> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org