Terminating a Spark Job

This functionality is not yet available in the Command Line Interface, Web Management Console, GigaSpaces Management Center, or Administration API administration tools.

To terminate a Spark job:

Path

DELETE /spark/applications/{id}

Description:

This option terminates a Spark job.

Example Request:

curl -X DELETE --header 'Accept: text/plain' 'http://localhost:8090/v2/spark/applications/application1'

Options:

Option Description Required
id Provide the ID of the Spark driver where you want to terminate the job. Yes