qua_spark_instance_start#

Tries to find a running Spark process in the OS. If not found, a new process is started. Requires CONTROL SERVER permission.

Syntax#

qua_spark_instance_start 'connectionName' [;]

Arguments#

connectionName

Spark connection for which Spark will be started.

Example#

Starts Spark driver process.

EXEC qua_spark_instance_start 'Local Spark 2';