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