HBASE-12699 Addendum modifies shell help (Stephen Jiang)

This commit is contained in:
tedyu 2014-12-16 14:53:27 -08:00
parent 889675fb9c
commit 9e7f7211b9
2 changed files with 1 additions and 14 deletions

View File

@ -1,13 +0,0 @@
diff --git hbase-shell/src/main/ruby/shell/commands/alter.rb hbase-shell/src/main/ruby/shell/commands/alter.rb
index 18cafa8..2c3aa6f 100644
--- hbase-shell/src/main/ruby/shell/commands/alter.rb
+++ hbase-shell/src/main/ruby/shell/commands/alter.rb
@@ -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'

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' hbase> alter 'ns1:t1', 'delete' => 'f1'
You can also change table-scope attributes like MAX_FILESIZE, READONLY, 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: for example, to change the max size of a region to 128MB, do:
hbase> alter 't1', MAX_FILESIZE => '134217728' hbase> alter 't1', MAX_FILESIZE => '134217728'