Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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