Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Enable Spark Thrift Server High Availability

avatar

Hi,

is it already possible to configure Spark Thrift Server high available?

There seems to be a Jira ticket I haven't found: https://www.mail-archive.com/user@spark.apache.org/msg51194.html .

1 ACCEPTED SOLUTION

avatar
Contributor
3 REPLIES 3

avatar
Contributor

avatar
Master Guru

Before ZK integration is done you can start 2 or more Thrift servers on different nodes and put a load balancer in front of them. That will do the job.

avatar

@Predrag Minovicyes thank you, that could do the job, I was just wondering if it has been already implemented to enable it like you do with Namenode etc.