Viewing the Spark Job Status

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

To view the Spark job status:

Path

GET /spark/applications/{id}

Description:

This option shows the status of the Spark jobs in the system.

Example Request:

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

Example Response:

Options:

Option Description Required
id Provide the ID of the Spark driver for which you want to see the jobs. Yes