Releases Spark context and transitions driver to non-initialized state. Requires CONTROL SERVER permission.
Syntax
lyft_spark_release 'connectionName' [;]
Arguments
'connectionName'
Spark connection for which Spark will be released.
Example
Releases Spark driver.
EXEC lyft_spark_release 'Local Spark 2';