Created 02-22-2017 09:04 AM
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 .
Created 02-22-2017 10:44 AM
It could be this one: https://issues.apache.org/jira/browse/SPARK-19541
Created 02-22-2017 10:44 AM
It could be this one: https://issues.apache.org/jira/browse/SPARK-19541
Created 02-22-2017 11:07 AM
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.
Created 02-22-2017 11:18 AM
@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.