Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Solr and Hive

avatar
Rising Star

Hi dear experts!

now I'm looking for any solution which will be able to query Solr Index data with hive queries.

I found 2 projects:

1) https://github.com/vroyer/hive-solr-search

2) https://github.com/lucidworks/hive-solr

 

The first one is compilible and I can get jar, but when I write the simplest query like select * from tab where col=123;

the query fails.

 

The second project is not compilible - I couldn't build SerDe jar.

 

Does someone has in mind working hive-solr project? Thank you in advance!

Who agreed with this topic