*Date: *Friday, March 12, 2021 at 2:53 PM
> *To: *User
> *Subject: *[EXTERNAL] Using Spark as a fail-over platform for Java app
>
>
>
> *CAUTION*: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the
balancer will
shift the traffic to the healthy node until the crashed node recovers.
From: Sergey Oboguev
Date: Friday, March 12, 2021 at 2:53 PM
To: User
Subject: [EXTERNAL] Using Spark as a fail-over platform for Java app
CAUTION: This email originated from outside of the organization. Do not
I have an existing plain-Java (non-Spark) application that needs to run in
a fault-tolerant way, i.e. if the node crashes then the application is
restarted on another node, and if the application crashes because of
internal fault, the application is restarted too.
Normally I would run it in a Kube