milenkovicm opened a new pull request, #1506:
URL: https://github.com/apache/datafusion-ballista/pull/1506
# Which issue does this PR close?
Closes #.
# Rationale for this change
- user experience improvement
# What changes are included in this PR?
- rest api enabled by default
- provided configuration option to disable at scheduler start
- `404` handler will return `content-type: application/json` and
`{"status_code":404,"reason":"Not Found"}` response body
- new get endpoint `/api/version` which returns same data as `/api/state`
# Are there any user-facing changes?
- rest endpoint is enabled by default, with compile time and runtime option
to disable it
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]