Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to query hbase data using solr

avatar
Expert Contributor

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

1 ACCEPTED SOLUTION

avatar
Contributor
2 REPLIES 2

avatar
Contributor

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.

https://community.hortonworks.com/articles/1181/hbase-indexing-to-solr-with-hdp-search-in-hdp-23.htm...

avatar
Expert Contributor

@bviswanadham

Thank you