Included edits suggested by David Butler up on list; changed 16MB to 16kb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1075597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47e2ce5000
commit
05864ff9b0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue