Transitions the node to StandBy, regardless of Zookeeper state. Requires CONTROL SERVER permission.
Syntax
EXEC lyft_spark_force_become_standby 'connectionName';
Arguments
'connectionName'
Spark connection for which Spark will be forced to be StandBy.
Example
Forces Spark driver to become StandBy.
EXEC lyft_spark_force_become_standby 'Local Spark 2';