HBASE-13483 onheap is not a valid bucket cacne IO engine

This commit is contained in:
Misty Stanley-Jones 2015-08-10 09:50:29 +10:00
parent 38b94709ee
commit a78e6e9499
1 changed files with 35 additions and 35 deletions

View File

@ -855,7 +855,7 @@ possible configurations would overwhelm and obscure the important.
<property>
<name>hbase.bucketcache.ioengine</name>
<value></value>
<description>Where to store the contents of the bucketcache. One of: onheap,
<description>Where to store the contents of the bucketcache. One of: heap,
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.
</description>
</property>