-
Notifications
You must be signed in to change notification settings - Fork 24
clintam/hbase-transactional-tableindexed
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is a transactional and indexing extension for hbase. Installation: Drop the jar in the classpath of your application Configuration: One of the two regionserver extensions must be turned on by setting the appropriate configuration (in hbase-site.xml). To enable just the indexing extension: set 'hbase.regionserver.class' to 'org.apache.hadoop.hbase.ipc.IndexedRegionInterface' and 'hbase.regionserver.impl' to 'org.apache.hadoop.hbase.regionserver.tableindexed.IndexedRegionServer' To enable the transactional extension (which includes the indexing): set 'hbase.regionserver.class' to 'org.apache.hadoop.hbase.ipc.TransactionalRegionInterface' and 'hbase.regionserver.impl' to 'org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer' For more details, looks at the package.html in the appropriate client package of the source.
About
Transactional and indexing extensions for hbase
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published