qua_spark_force_become_standby#

Transitions the node to StandBy, regardless of Zookeeper state. Requires CONTROL SERVER permission.

Syntax#

EXEC qua_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 qua_spark_force_become_standby 'Local Spark 2';