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)