Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by udanax: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseShell ------------------------------------------------------------------------------ '''SELECT''' retrieves a subset of data from the specified table. - * ~-A column_name with spaces in it should be single-quoted.-~ * ~-'''STARTING FROM''' returns all the rows starting from 'row-key'.-~ * ~-'''NUM_VERSIONS''' retrieves only the recent n versions of values in a cell.-~ * ~-'''TIMESTAMP''' returns only the values with the specified timestamp.-~