...
If the Spark UI indicates that a worker has status "DEAD", you must restart the cluster.
Code Block | ||||
---|---|---|---|---|
| ||||
$ mzsh spark worker-restart spark/<service-instance> |
Info | ||||
---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
$ mzsh spark worker-restart spark/spark1 |
title | Note! |
---|
It is not recommended to run more than one Spark worker per host. The command above will only restart one worker per host.
...