qua_spark_instance_stop#

Sends a stop-server signal to the remote driver. Since Spark process will be stopped, all in-memory caches will be lost. Requires CONTROL SERVER permission.

Syntax#

qua_spark_instance_stop 'connectionName' [;]

Arguments#

‘connectionName’

Spark connection for which Spark will be stopped.

Example#

Stops Spark driver process.

EXEC qua_spark_instance_stop 'Local Spark 2';