从scanner获取rowkey:

for(Result rr : scanner)
{
String key =Bytes.toString(rr.getRow())
}

HBase API - Result object

getRow() Method for retrieving the row key that corresponds to the row from which this Result was created.

 

 

 

 

 

相关文章:

  • 2021-08-13
  • 2021-11-18
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-09-13
相关资源
相似解决方案