Ballista Scheduler

Web User Interface

The scheduler provides a web user interface that allows queries to be monitored.

Ballista Scheduler Web UI

REST API

The scheduler also provides a REST API that allows jobs to be monitored.

APIMethodDescription
/api/jobsGETGet a list of jobs that have been submitted to the cluster.
/api/job/{job_id}GETGet a summary of a submitted job.
/api/job/{job_id}/dotGETProduce a query plan in DOT (graphviz) format.
/api/job/{job_id}PATCHCancel a currently running job
/api/metricsGETReturn current scheduler metric set