How to find all rows in HBase that have a qualifier by prefix

前端 未结 0 1783
春和景丽
春和景丽 2020-12-06 13:36

I have a HBase table in which some information is encoded in the qualifier name. Something like this:

row1: col1_1, col2_1
row2: col1_1, col3_1
row3: col1_2,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题