Support Questions

Find answers, ask questions, and share your expertise

Hbase REST multiget return no rows found

avatar
New Contributor

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

 

1 ACCEPTED SOLUTION

avatar
New Contributor

Multiget with the ',' character may has a problem. I tried inserting a few lines without ',' character and it worked fine.

View solution in original post

2 REPLIES 2

avatar
Community Manager

@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:

avatar
New Contributor

Multiget with the ',' character may has a problem. I tried inserting a few lines without ',' character and it worked fine.