Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0, 2.0.0
Description
Add capability to cache Results from HBase lookup in HBaseLookupBolt.
- Caching is disabled by default.
- Enabled by configuration
hbase.cache.enable = true
hbase.cache.ttl.seconds = 300
hbase.cache.size = 1000
Using Guava LoadingCache implementation to create an LRU cache.
Also marking OutputCollector as transient in AbstractHbaseBolt (it should be marked as transient)