Created
February 25, 2018 07:56
-
-
Save vithalsamp/b95f3983029f1606104ed126b0da08fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hbase(main):009:0> create 'ver_demo', {NAME => 'cf', VERSIONS => 4} | |
0 row(s) in 2.4730 seconds | |
=> Hbase::Table - ver_demo | |
hbase(main):010:0> desc 'ver_demo' | |
Table ver_demo is ENABLED | |
ver_demo | |
COLUMN FAMILIES DESCRIPTION | |
{NAME => 'cf', BLOOMFILTER => 'ROW', VERSIONS => '4', IN_MEMORY => 'false', KEEP_DELETED_CELLS => 'FALSE', DATA_BLOCK_ENCODING => 'NONE', TTL => 'FOREVER', COMPRESSION => 'NONE', MIN_VERSIONS => '0', BLOCKCACHE => 'true', BLOCKSIZE => '6 | |
5536', REPLICATION_SCOPE => '0'} | |
1 row(s) in 0.0150 seconds | |
hbase(main):011:0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment