You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "David Arthur (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/02/10 02:55:59 UTC

[jira] [Issue Comment Edited] (WHIRR-465) Add Solr as a service

    [ https://issues.apache.org/jira/browse/WHIRR-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205150#comment-13205150 ] 

David Arthur edited comment on WHIRR-465 at 2/10/12 1:55 AM:
-------------------------------------------------------------

Adds Solr to Whirr

Example recipe:
{code}
whirr.cluster-name=solr
whirr.instance-templates=1 zookeeper,2 solr
whirr.solr.shards.num=8
whirr.solr.collection.name=myconf
whirr.solr.jetty.port=8080
whirr.provider=aws-ec2
whirr.identity=${env:AWS_ACCESS_KEY_ID}
whirr.credential=${env:AWS_SECRET_ACCESS_KEY}
{code}

N.B., that a ZooKeeper node is required for things to work correctly. It does not need to be a standalone ZooKeeper though, it can live along side Solr.
                
      was (Author: mumrah):
    Adds Solr to Whirr

Example recipe:
{code}
whirr.cluster-name=solr
whirr.instance-templates=1 zookeeper,2 solr
whirr.solr.shards.num=8
whirr.solr.collection.name=myconf
whirr.solr.jetty.port=8080
whirr.provider=aws-ec2
whirr.identity=${env:AWS_ACCESS_KEY_ID}
whirr.credential=${env:AWS_SECRET_ACCESS_KEY}
{code}
                  
> Add Solr as a service
> ---------------------
>
>                 Key: WHIRR-465
>                 URL: https://issues.apache.org/jira/browse/WHIRR-465
>             Project: Whirr
>          Issue Type: New Feature
>          Components: new service
>    Affects Versions: 0.8.0
>            Reporter: Andrei Savu
>              Labels: feature, patch
>             Fix For: 0.9.0
>
>         Attachments: 0001-WHIRR-465-Adding-Solr-as-a-Whirr-service.patch
>
>
> http://lucene.apache.org/solr/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira