skorper opened a new pull request, #249: URL: https://github.com/apache/incubator-sdap-nexus/pull/249
Large job tracking work so far. This includes the following: - Matchup endpoint exits after spark submission - New /job endpoint for getting job status - Job statuses are `running` `completed` `failed` and `cancelled` - New /job/cancel endpoint for cancelling job - Cancel using `cancelJobGroup` Spark function call. This worked fine locally but with only one Spark worker. Will need to try this out on a larger scale with more jobs running at once. - Matchup endpoint redirects to /job endpoint - Updated Swagger UI (openapi spec) This has been tested locally but will need to be tested with more Spark workers. Work still needed: - Job prioritization - % completed info to job status -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org