How to run Spark driver in HA mode?

Viewed 899

I have a Spark driver submitted to a Mesos cluster (with highly-available Mesos masters) in client mode (see this for client deploy mode).

I'd like to run the Spark driver in HA mode, too. How?

I can implement my own implementation for this, but for now looking for anything available.

1 Answers
Related