You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:18:19 UTC

[jira] [Resolved] (SPARK-19541) High Availability support for ThriftServer

     [ https://issues.apache.org/jira/browse/SPARK-19541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-19541.
----------------------------------
    Resolution: Incomplete

> High Availability support for ThriftServer
> ------------------------------------------
>
>                 Key: SPARK-19541
>                 URL: https://issues.apache.org/jira/browse/SPARK-19541
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 2.0.2, 2.1.0
>            Reporter: LvDongrong
>            Priority: Major
>              Labels: bulk-closed
>
> Currently, We use the spark ThriftServer frequently, and there are many connects between the client and only ThriftServer.When the ThriftServer is down ,we cannot get the service again until the server is restarted .So we need to consider the ThriftServer HA as well as HiveServer HA. For ThriftServer, we want to import the pattern of HiveServer HA to provide ThriftServer HA. Therefore, we need to start multiple thrift server which register on the zookeeper. Then the client  can find the thrift server by just connecting to the zookeeper.So the beeline can get the service from other thrift server when one is down.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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