Created 02-14-2018 04:22 PM
Hi All,
Can anyone guide me to understand how to query hbase data using solr.
background:
I have a huge table in hbase, I want an interface to index and query hbase data and display in a user understandable format.
I understand that solr provides good flexibility for this use case.
Thanks
Created 02-14-2018 07:15 PM
Hi @Mark
HBase Indexer provides the feature, you are looking for.
Below is the documentation link
https://doc.lucidworks.com/lucidworks-hdpsearch/2.6/Guide-Jobs.html#_hbase-indexer
And also there is a HCC Blog with example for this.
Created 02-14-2018 07:15 PM
Hi @Mark
HBase Indexer provides the feature, you are looking for.
Below is the documentation link
https://doc.lucidworks.com/lucidworks-hdpsearch/2.6/Guide-Jobs.html#_hbase-indexer
And also there is a HCC Blog with example for this.
Created 02-19-2018 09:23 PM
Thank you