How can I find all the rows which have value for certain qualifier ? For example, all rows which have value for 'stt:page_content'.
Thanks On Tue, Dec 15, 2009 at 12:09 PM, stack <[email protected]> wrote: > Try: > > hbase(main):005:0> get 'crawltable', 'com.onsoft.www:http/', { COLUMNS => > 'stt:'} > > i.e. '=>' rather than '='. Also, its COLUMNS (uppercase I believe) rather > than column. > > Run 'help' in the shell for help and examples. > > St.Ack > >
