ukaea / piezo

1 stars 0 forks source link

User can get names of all Spark jobs #63

Closed robert-clegg-tessella closed 5 years ago

robert-clegg-tessella commented 5 years ago

A get request to getjobs handler will return a list of all Spark jobs present on the k8s cluster. For each Spark job, the information returned is the job name and the job status (the job status should match that given by the jobstatus handler https://github.com/ukaea/piezo/issues/46). The request currently takes no body and performs no filtering on which applications it returns.

Test Scenarios