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 The comment on the change is: remove not-implemented things. ------------------------------------------------------------------------------ * ~-'''NUM_VERSIONS''' retrieves only the recent n versions of values in a cell.-~ * ~-'''TIMESTAMP''' returns only the values with the specified timestamp.-~ * ~-'''LIMIT''' limits the number of rows to be returned.-~ - * ~-'''INTO FILE''' outputs the returned rows into the specified file. For '''SELECT INTO''' another table, see '''INSERT INTO SELECT''' below.-~ {{{ Hbase > SELECT studioName: FROM movieLog_table WHERE row = 'Star Wars';