- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hbase REST multiget return no rows found
- Labels:
-
Apache HBase
Created 11-10-2023 07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi community,
I used multiget to get data but it always returns no data. I tried testing with a rowkey and it worked fine
GET 'http://localhost:8000/Report.Stops/multiget?row=G38040-502793%2c1699493158'
No rows found.
Get by rowkey
GET 'http://localhost:8000/Report.Stops/G38040-502793%2c1699493158'
<CellSet>
<Row key="RzM4MDQwLTUwMjc5MywxNjk5NDkzMTU4">
...
</Row>
</CellSet>
Shell
get 'Report.Stops','G38040-502793,1699493158'
COLUMN CELL
d:1 timestamp=1970-01-21T00:04:56.975, value=\x98\x94\x00\x00
i'm using hbase: 2.4.14
Created 11-12-2023 08:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multiget with the ',' character may has a problem. I tried inserting a few lines without ',' character and it worked fine.
Created 11-10-2023 08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@noinhotnn Welcome to the Cloudera Community!
To help you get the best possible solution, I have tagged our HBase experts @aquilodran @pajoshi who may be able to assist you further.
Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
Regards,
Diana Torres,Community Moderator
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:
Created 11-12-2023 08:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multiget with the ',' character may has a problem. I tried inserting a few lines without ',' character and it worked fine.
