Created 12-28-2016 07:50 AM
I install ambari-infra, who can tell me what is difference between ambari infra and solr?
Created 12-28-2016 02:28 PM
So, in a nutshell ... ambari-infra is a shared solr service and in the future ambari-infra will add other core services to be shared among stack components.
Note that Ranger and Atlas use ambari-infra by default for indexing, but each can be configured to use an externally managed SolrCloud instance (not ambari-infra).
Created 12-28-2016 03:48 PM
Ambari-infra is SOLR but it used internally by HDP services. Think about where Ranger, Atlas and other services are storing/indexing their data which you are able to search in sub seconds. This is all done in Ambari-Inra which is SOLR.
Ambari-infra is NOT where our customers can store and index their own data. If you have a SOLR use case, you cannot use Ambari-infra. It is not supported. If you want to use SOLR for indexing your data, then you install a separate SOLR service using Ambari (HDP 2.5 and future versions). Link here.
Created 03-14-2017 01:28 PM
@Ye Jun Link is cool! Thank you 🙂