You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/03/01 01:09:14 UTC

svn commit: r1075597 - /hbase/trunk/src/docbkx/book.xml

Author: stack
Date: Tue Mar  1 00:09:13 2011
New Revision: 1075597

URL: http://svn.apache.org/viewvc?rev=1075597&view=rev
Log:
Included edits suggested by David Butler up on list; changed 16MB to 16kb

Modified:
    hbase/trunk/src/docbkx/book.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1075597&r1=1075596&r2=1075597&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Tue Mar  1 00:09:13 2011
@@ -957,11 +957,11 @@ index e70ebc6..96f8c27 100644
           <para>
             Finally, if upgrading from 0.20.x, check your 
             <varname>.META.</varname> schema in the shell.  In the past we would
-            recommend that users run with a 16MB
+            recommend that users run with a 16kb
             <varname>MEMSTORE_FLUSHSIZE</varname>.
             Run <code>hbase> scan '-ROOT-'</code> in the shell. This will output
             the current <varname>.META.</varname> schema.  Check
-            <varname>MEMSTORE_FLUSHSIZE</varname> size.  Is it 16MB (16777216)?  If so, you will
+            <varname>MEMSTORE_FLUSHSIZE</varname> size.  Is it 16kb (16384)?  If so, you will
             need to change this (The 'normal'/default value is 64MB (67108864)).
             Run the script <filename>bin/set_meta_memstore_size.rb</filename>.
             This will make the necessary edit to your <varname>.META.</varname> schema.