HBASE-12699 Addendum modifies shell help (Stephen Jiang)

This commit is contained in:
tedyu 2014-12-16 14:54:37 -08:00
parent 36269b6403
commit bb1b2f4eeb
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ To delete the 'f1' column family in table 'ns1:t1', use one of:
hbase> alter 'ns1:t1', 'delete' => 'f1'
You can also change table-scope attributes like MAX_FILESIZE, READONLY,
MEMSTORE_FLUSHSIZE, DEFERRED_LOG_FLUSH, etc. These can be put at the end;
MEMSTORE_FLUSHSIZE, DURABILITY, etc. These can be put at the end;
for example, to change the max size of a region to 128MB, do:
hbase> alter 't1', MAX_FILESIZE => '134217728'