Spark management#
Stored procedures for controlling the built-in Apache Spark engine.
Stored procedure name |
Description |
|---|---|
Transitions the node to Active, regardless of Zookeeper state. |
|
Transitions the node to StandBy, regardless of Zookeeper state. |
|
Forces an OS-level kill on the given Spark process. |
|
Tries to find a running Spark process in the OS. If not found, a new process is started. |
|
Sends a stop-server signal to the remote driver. |
|
Releases Spark context and transitions driver to non-initialized state. |
|
Sends a stop-server signal to the remote driver. |