Scans are also described in the RefGuide here... http://hbase.apache.org/book.html#data_model_operations
On 3/14/12 2:22 AM, "Akbar Gadhiya" <[email protected]> wrote: >Hi, > >You can perform scan this way, > >scan 'tablename', {STARTROW=>'name + start time stamp', ENDROW=>'name + >end >time stamp'} > >Idea is, you can scan with prefix values but if you want to scan with name >+ * + id, then I doubt. > >Thanks > > >On Wed, Mar 14, 2012 at 6:09 AM, newbie24 <[email protected]> wrote: > >> >> Is scanning supported using partial of the row key? >> if i have a row key as name + timestamp + id + type >> >> can i scan the rows with start key as name + timestamp >> >> will it fetch any rows from the base.I'm stuck up and it doesn't >>work.I'm >> always getting null rows. >> Can someone please help me. >> >> thanks >> -- >> View this message in context: >> http://old.nabble.com/partial-scanning-tp33499647p33499647.html >> Sent from the HBase User mailing list archive at Nabble.com. >> >>
