[
https://issues.apache.org/jira/browse/HBASE-11784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120632#comment-14120632
]
Ted Yu commented on HBASE-11784:
--------------------------------
{code}
Prior to HBase 0.96, the default number
+ of versions kept was <literal>1</literal>, but in 0.96 and newer has
been changed to
+ <literal>3</literal>. </para>
{code}
Is the above right ?
>From HColumnDescriptor.java in trunk:
{code}
public static final int DEFAULT_VERSIONS = HBaseConfiguration.create().getInt(
"hbase.column.max.version", 1);
{code}
> Document global configuration for maxVersion
> --------------------------------------------
>
> Key: HBASE-11784
> URL: https://issues.apache.org/jira/browse/HBASE-11784
> Project: HBase
> Issue Type: Sub-task
> Components: documentation
> Reporter: Misty Stanley-Jones
> Assignee: Misty Stanley-Jones
> Attachments: HBASE-11784.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)