Foro Formación Hadoop

HBase to SolR

 
Imagen de Fernando Agudo
HBase to SolR
de Fernando Agudo - martes, 28 de marzo de 2017, 17:43
 

HBase Indexer

The HBase Indexer provides the ability to stream events from HBase to Solr for near real time searching.

How the HBase Indexer Works

The HBase indexer works as an HBase replication sink and runs as a daemon. When updates are written to HBase region servers, they are replicated to the HBase indexer processes. These processes then pass the updates to Solr for indexing.

There are several configuration files to prepare before using the HBase indexer. Then a specific configuration for your your HBase table must be supplied to map HBase rows to Solr documents.