Included edits suggested by David Butler up on list

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-02-28 22:56:19 +00:00
parent 1ece6aced2
commit 47e2ce5000
1 changed files with 4 additions and 3 deletions

View File

@ -958,11 +958,12 @@ index e70ebc6..96f8c27 100644
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
<varname>MEMSTORE_SIZE</varname>.
<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_SIZE</varname> size. Is it 16MB? If so, you will
need to change this. Run the script <filename>bin/set_meta_memstore_size.rb</filename>.
<varname>MEMSTORE_FLUSHSIZE</varname> size. Is it 16MB (16777216)? 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.
Failure to run this change will make for a slow cluster <footnote>
<para>