You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2014/12/16 23:50:24 UTC

hbase git commit: HBASE-12699 Addendum modifies shell help (Stephen Jiang)

Repository: hbase
Updated Branches:
  refs/heads/master 92bc36b76 -> 889675fb9


HBASE-12699 Addendum modifies shell help (Stephen Jiang)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/889675fb
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/889675fb
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/889675fb

Branch: refs/heads/master
Commit: 889675fb9c83e85edebc31f309c8e03dccfff5ab
Parents: 92bc36b
Author: tedyu <yu...@gmail.com>
Authored: Tue Dec 16 14:50:09 2014 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Tue Dec 16 14:50:09 2014 -0800

----------------------------------------------------------------------
 12699.v1addendum.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/889675fb/12699.v1addendum.patch
----------------------------------------------------------------------
diff --git a/12699.v1addendum.patch b/12699.v1addendum.patch
new file mode 100644
index 0000000..fec15c6
--- /dev/null
+++ b/12699.v1addendum.patch
@@ -0,0 +1,13 @@
+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'