user199354
user199354

Reputation: 505

Analytics + Full text search - Big data

I need to implement a system which derives analytics/insights from data (Text-only) as well as can do complex search queries.

So I have shortlisted Solr(search) and Hadoop(Analytics). I am unable to decide which base should I use to start. Can we integrate HDFS cluster with Solr? I will be mainly dealing with aggregation queries and data will not update frequently.

I know this question is too broad and general. I just need a expert's opinion on this matter.

Upvotes: 1

Views: 1092

Answers (1)

user1261215
user1261215

Reputation:

Look at Cloudera Search and this

Cloudera Search = SOLR + Hadoop

Using Cloudera Search, you can query the data in Hadoop or HBase using SOLR.

Upvotes: 1

Related Questions