You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Esteban Gutierrez (JIRA)" <ji...@apache.org> on 2015/04/16 01:04:59 UTC

[jira] [Created] (HBASE-13483) [docs] onheap is not a valid bucket cache IO engine.

Esteban Gutierrez created HBASE-13483:
-----------------------------------------

             Summary: [docs] onheap is not a valid bucket cache IO engine.
                 Key: HBASE-13483
                 URL: https://issues.apache.org/jira/browse/HBASE-13483
             Project: HBase
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.0.0
            Reporter: Esteban Gutierrez



>From the HBase book: http://hbase.apache.org/book.html#hbase_default_configurations
:
{code}
hbase.bucketcache.ioengine
Description
Where to store the contents of the bucketcache. One of: *onheap*, offheap, or file. If a file, set it to file:PATH_TO_FILE. See https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/io/hfile/CacheConfig.html for more information.
{code}

Instead of onheap it should be heap.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)