qua_spark_stop_driver
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_stop_driver 'connectionName' [;]
Arguments
‘connectionName’
Spark connection name for which driver will be stopped.
Example
Stops Spark driver.
EXEC qua_spark_stop_driver 'Local Spark 2.1';