Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Hbase rest API, fetch deleted rows (Hbase Raw Scan)
Labels:
- Labels:
-
Apache HBase
New Contributor
Created on ‎09-24-2018 05:51 AM - edited ‎09-16-2022 06:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Geeks,
How can I do a raw scan with Hbase rest API?
Example: scan 't1', {RAW => true, VERSIONS => 10}
For more details, see the link: http://www.openkb.info/2014/05/hbase-raw-scan.html
Regards,
Zakaria
1 ACCEPTED SOLUTION
Mentor
Created ‎09-24-2018 06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is not a way to specify a raw scan when creating a remote
scanner via HBase REST API. The backing server implementation does not
carry arguments that toggle raw scans, but it could be added as a new
feature.
Please file a feature request over
https://issues.apache.org/jira/browse/HBASE for this.
The existing service-end implementation that builds the scanner on the
REST server is at (upstream)
https://github.com/apache/hbase/blob/master/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/Sc...
scanner via HBase REST API. The backing server implementation does not
carry arguments that toggle raw scans, but it could be added as a new
feature.
Please file a feature request over
https://issues.apache.org/jira/browse/HBASE for this.
The existing service-end implementation that builds the scanner on the
REST server is at (upstream)
https://github.com/apache/hbase/blob/master/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/Sc...
1 REPLY 1
Mentor
Created ‎09-24-2018 06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is not a way to specify a raw scan when creating a remote
scanner via HBase REST API. The backing server implementation does not
carry arguments that toggle raw scans, but it could be added as a new
feature.
Please file a feature request over
https://issues.apache.org/jira/browse/HBASE for this.
The existing service-end implementation that builds the scanner on the
REST server is at (upstream)
https://github.com/apache/hbase/blob/master/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/Sc...
scanner via HBase REST API. The backing server implementation does not
carry arguments that toggle raw scans, but it could be added as a new
feature.
Please file a feature request over
https://issues.apache.org/jira/browse/HBASE for this.
The existing service-end implementation that builds the scanner on the
REST server is at (upstream)
https://github.com/apache/hbase/blob/master/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/Sc...
