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

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -