-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28525 Extended REST Documentation: Stateless Scanner, table exists, multiget with filter #6498
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
HBASE-28525 Extended REST Documentation: Stateless Scanner, table exists, multiget with filter #6498
Conversation
884dfc8 to
c7a04ec
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
hbase-rest/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
The |
stoty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this.
I requested a few changes and clarifications.
As it is now documented.
…r parameters to REST Documentation
implementing code review suggestion.
… scanner so that it's clear which patch is required to support: - filter_b64 - includeStartRow - includeStopRow
4ba6020 to
745c5c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM
I haven't checked the rendered documents, I assume that you did, and formatting has not been broken.
Many thanks! 👍 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
+1, LGTM, please fix table # numbering before merging |
Added missing '.'
As it was before so it is more consistent with other table titles.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Hi @PDavid is this good to merge? |
Hi @NihalJain! |
|
But of course you are also welcome to merge this @NihalJain . |
Ah cool. Was just checking!
Please go ahead @stoty. |
…s, multiget with filter (#6498) Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Istvan Toth <[email protected]> (cherry picked from commit 126f723)
…s, multiget with filter (#6498) Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Istvan Toth <[email protected]> (cherry picked from commit 126f723)
…s, multiget with filter (#6498) Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Istvan Toth <[email protected]> (cherry picked from commit 126f723)
…s, multiget with filter (apache#6498) Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Istvan Toth <[email protected]>
…s, multiget with filter (apache#6498) Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Istvan Toth <[email protected]> (cherry picked from commit 126f723)
Added the following to the REST API documentation:
GET /table/exists)filterandfilter_b64parameters for multiget endpointGET /table/row_prefix*/column)includeStartRowandincludeStopRowstateless scanner parametersOther changes:
Do you maybe see some other REST endpoints not documented?