lyft_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

lyft_spark_instance_stop 'connectionName' [;]

Arguments

'connectionName'

Spark connection for which Spark will be stopped.

Example

Stops Spark driver process.

EXEC lyft_spark_instance_stop 'Local Spark 2';