I only see '...' when you talked about shell. Please take a look at: HColumnDescriptor.setMaxVersions(int versions)
On Tue, Apr 25, 2017 at 1:49 AM, schausson <[email protected]> wrote: > Hi, > > I just spent a couple of hours reading documentation about versioning > management. > > I understood that there is no theorietical limit to the number of versions > that hbase can store (even if I perfectly understood from this forum that > this is not a good design to keep thousands of versions for a given cell > !), > but couldn't figure out how to specify at creation time that I want to > store > an unbounded number of versions... > > From hbase shell perspective, it could be something similar to : > > ... > Is this possible or must I necessarily specify a predefined upper limit > (100, 1000, whatever...) ? > > Thanks for your help > > Sebastien > > > > -- > View this message in context: http://apache-hbase.679495.n3. > nabble.com/Unlimited-number-of-versions-for-a-column-family-tp4087673.html > Sent from the HBase User mailing list archive at Nabble.com. >
