From within an HBase application, you want to retrieve two versions of a row, if they exist. Where your application should configure the maximum number of versions to be retrieved?
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html (search for maxversions)
Currently there are no comments in this discussion, be the first to comment!