You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2016/10/20 19:22:58 UTC

[jira] [Updated] (AMBARI-16853) Atlas Integration : Atlas support for Logsearch

     [ https://issues.apache.org/jira/browse/AMBARI-16853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jayush Luniya updated AMBARI-16853:
-----------------------------------
    Attachment: AMBARI-16853-2.patch

> 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
>         Attachments: AMBARI-16853-2.patch
>
>
> 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)