0 votes
in HBase by

Give a command to store 4 versions in a table rather than the default 3.

1 Answer

0 votes
by

hbase > alter 'tablename', {NAME => 'ColFamily', VERSIONS => 4}

...