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

Mark Miller commented on SOLR-4432:
-----------------------------------

bq. and that has to be consistent done on all 4 machines.

That's never been a problem for me. The only sane way I've ever managed a 
SolrCloud cluster is minimally using shell scripts and ssh. I write one script, 
and it runs on all the nodes.

You also don't need to extract the war on all 4 machines - just the machine you 
are going to run the zkcli script on - you need to access the class files to 
run it. The other nodes will auto extract the war when you start jetty/solr.
                
> Developer Curb Appeal: Eliminate the need to run Solr example once in order 
> to unpack needed files
> --------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4432
>                 URL: https://issues.apache.org/jira/browse/SOLR-4432
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 4.1
>            Reporter: Mark Bennett
>             Fix For: 4.2
>
>
> In the SolrCloud instructions it says you must run the solr in the example 
> directory at least once in order to unpack some files, in order to then use 
> the example directory as a template for shards.
> Ideally we would unpack whatever we need, or do this automatically.
> Doc reference:
> http://lucidworks.lucidimagination.com/display/solr/Getting+Started+with+SolrCloud
> See the red box that says:
> "Make sure to run Solr from the example directory in non-SolrCloud mode at 
> least once before beginning; this process unpacks the jar files necessary to 
> run SolrCloud. On the other hand, make sure also that there are no documents 
> in the example directory before making copies."

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to