-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31566][SQL][DOCS] Add SQL Rest API Documentation #28354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #121857 has finished for PR 28354 at commit
|
|
Test build #121858 has finished for PR 28354 at commit
|
|
I think you can just fold this into #28208. |
|
Hi @HyukjinKwon, |
|
cc @gengliangwang FYI |
|
Test build #121869 has finished for PR 28354 at commit
|
|
Test build #122817 has finished for PR 28354 at commit
|
|
Test build #122818 has finished for PR 28354 at commit
|
|
@erenavsarogullari You can continue on this one now |
|
Hi @gengliangwang, This PR is up-to-date. Please find doc screenshot as attached |
|
Test build #123419 has finished for PR 28354 at commit
|
|
Thanks, merging to master |
### What changes were proposed in this pull request? This PR fixes the layout of monitoring.html broken after SPARK-31566(#28354). The cause is there are 2 `<td>` tags not closed in `monitoring.md`. ### Why are the changes needed? This is a bug. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Build docs and the following screenshots are before/after. * Before fixed  * After fixed.  Of course, the table is still rendered correctly.  Closes #29345 from sarutak/fix-monitoring.md. Authored-by: Kousuke Saruta <[email protected]> Signed-off-by: Gengliang Wang <[email protected]>

What changes were proposed in this pull request?
SQL Rest API exposes query execution details and metrics as Public API. Its documentation will be useful for the end-users.
Why are the changes needed?
SQL Rest API does not exist under Spark Rest API.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Manually build and check