Query column qualifiers corresponding to particular column family and rowkey in particular Hbase table -
Query column qualifiers corresponding to particular column family and rowkey in particular Hbase table -
i new hbase, might possible question doesn't create sense. want know name of column qualifiers corresponding particular column-family, rowkey, table-name, can iterate through column qualifier extract info table. possible ? if yes, how ? there improve way extract info table ?
check documentation here result class https://hbase.apache.org/0.94/apidocs/org/apache/hadoop/hbase/client/result.html can utilize 1 of next api's per requirement.
getfamilymap() getmap() getnoversionmap()
hope helps.
hbase
Comments
Post a Comment