hbase-external-blockcache
org.apache.hbase
hbase-external-blockcache is a Java jar artifact published under the org.apache.hbase group on Maven Central. 151 versions are indexed here. Select a version below for Maven, Gradle and SBT snippets plus CVE data.
Recommended: 2.6.6 151 versions jarChecking...
Add to your project2.6.2-hadoop3
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-external-blockcache</artifactId>
<version>2.6.2-hadoop3</version>
</dependency>Version Details — 2.6.2-hadoop3
Packaging
jar
Direct Deps
0
Total Deps
0
Published
Unknown
License
Apache License, Version 2.0
HBase module that provides out of process block cache. Currently Memcached is the reference implementation for external block cache. External block caches allow HBase to take advantage of other more complex caches that can live longer than the HBase regionserver process and are not necessarily tied to a single computer life time. However external block caches add in extra operational overhead.
Checking security advisories...