java - Read Data from HBase -
i'm new hbase, what's best way retrieve results table, row row? read entire data in table. table has 2 column families col1 , col2.
from hbase shell, can use scan command list data in table, or get retrieve record. reference here
Comments
Post a Comment