[ https://issues.apache.org/jira/browse/AMBARI-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom Beerbower updated AMBARI-16853: ----------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > Atlas Integration : Atlas support for Logsearch > ----------------------------------------------- > > Key: AMBARI-16853 > URL: https://issues.apache.org/jira/browse/AMBARI-16853 > Project: Ambari > Issue Type: Bug > Reporter: Tom Beerbower > Assignee: Tom Beerbower > > Use solr_cloud_util to create indexes for Atlas install. > See AMBARI-15865. > Steps to create solr collection: > upload the configuration set, then create the collection. (for Atlas: > vertex_index, edge_index, fulltext_index) > required arguments: > - zookeeper quorum + solr znode (configuration: logsearch-solr-env : > logsearch_solr_znode) > - logsearch solr user + group (logsearch-solr-env.user, > logsearch-solr-env.group) > - config set dir (location of atlas solrconfig set e.g.: > <atlas-install-location>/conf/solr) > - config set (config set will be uploaded to zookeeper with that name > /configs/<config_set>) > - tmp config set location (just a temp directory) > - java home location > Add this to metainfo.xml (to <component>) > {code:java} > <dependencies> > <dependency> > <name>LOGSEARCH/LOGSEARCH_SOLR_CLIENT</name> > <scope>host</scope> > <auto-deploy> > <enabled>true</enabled> > </auto-deploy> > </dependency> > </dependencies> > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)