Created 11-10-2023 07:59 AM
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
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
@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,Created 11-12-2023 08:21 PM
Multiget with the ',' character may has a problem. I tried inserting a few lines without ',' character and it worked fine.