python happybase Hbase 批量读取

批量读取已确定key列表的值,模糊批量貌似不会~

hbase_con = happybase.Connection('172.')
hbase_tb = hbase_con.table('')

rs = [key1, key2, key3]

info = hbase_tb.rows(rs)

for i in info:

    pass

猜你喜欢

转载自blog.csdn.net/qq_40771567/article/details/114377499
今日推荐