Hi, I've created a table

create 'my_table', {NAME => 'cf', VERSIONS => '1', IN_MEMORY => true,
BLOCKCACHE => true, BLOOMFILTER => 'ROWCOL', SPLITS =>
["\x00\x00\x00\x12d\xF47\x9F", "#255 more keys"]}

then I ttry to descrbe it:

hbase(main):018:0> describe 'my_table'
DESCRIPTION
                                                   ENABLED

 'my_table'
                                         true

1 row(s) in 0.0300 seconds

And usual output is:

'some_other_table', {NAME => 'ctx', DATA_BLOCK_ENCODING => 'NONE',
BLOOMFILTER => 'NONE', REPLICATION_SCOPE => '0', VERSION true

 S => '1', COMPRESSION => 'SNAPPY', MIN_VERSIONS => '0', TTL =>
'2147483647', KEEP_DELETED_CELLS => 'false', BLOCKSIZE => '655

 36', IN_MEMORY => 'false', ENCODE_ON_DISK => 'true', BLOCKCACHE => 'true'}


1 row(s) in 0.0320 seconds

Reply via email to