HBASE-13483 onheap is not a valid bucket cacne IO engine
This commit is contained in:
parent
38b94709ee
commit
a78e6e9499
|
@ -855,7 +855,7 @@ possible configurations would overwhelm and obscure the important.
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.bucketcache.ioengine</name>
|
<name>hbase.bucketcache.ioengine</name>
|
||||||
<value></value>
|
<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.
|
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>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in New Issue