You have to 'Get' all or N versions.  See how
http://hbase.apache.org/docs/r0.89.20100924/apidocs/org/apache/hadoop/hbase/client/Scan.html
and 
http://hbase.apache.org/docs/r0.89.20100924/apidocs/org/apache/hadoop/hbase/client/Get.html
allow you stipulate how many versions to return (You can also specify
a TimeRange).

St.Ack


On Mon, Dec 6, 2010 at 10:16 PM, Hari Sreekumar
<[email protected]> wrote:
> Hi,
>
>   How is versioning used? I cannot know all the timestamps corresponding to
> each column in my design. But I need to use the older versions of columns.
> How can this be done? Is there a way to output all previous versions of a
> column/column-family?
>
> Hari
>

Reply via email to