hbasestorage Questions
2
If I use the hbase shell and issue:
put 'test', 'rowkey1','cf:foo', 'bar'
scan 'test'
I will see the result as a string, not in bytes.
If I use happybase and issue:
import happybase
connection...
Hardware asked 14/1, 2014 at 23:50
1
© 2022 - 2024 — McMap. All rights reserved.