Hi Mark,
Thanks! So now I am deploying a 4 node cluster on AMI's and the main
instance that bootstraps the config to the zookeeper does not come up I
get an exception as follows. My solrcloud.sh looks like
#!/usr/bin/env bash
cd ..
rm -r -f example/solr/zoo_data
rm -f example/example.log
cd exa
Hey Dipti - that error is normal - the script fires up a tmp zookeeper
server to upload the conf files to. It then shuts that server down,
which unfortunately logs this exception. Then the first Solr instance will
run a zookeeper server. Uploading the configs ahead of time allows us to be
sure the
Ok, so the issue was that I had only copied the cloud_dev, example and
dist directories and that¹s why some of the libraries were missing. I
copied the build, lib as well and got around the issue. Now, I am getting
this error when I run the script to start 6 nodes cluster.
INFO: makePath: /configs
Hi Mark,
I built the example and dist and ran the solrcloud.sh script. While
running I get the following error... Is this ok? It appears that some of
the instances got started though.
--CLOUD--[ec2-user@ cloud_dev]$ ./solrcloud.sh
./solrcloud.sh: line 16: ant: command not found
Exception in thread
You might find the solr/cloud-dev/solrcloud.sh script informative. From a
solrcloud branch checkout, you can run it and it will start up a 2 shard, 6
node cluster with zookeeper running on a single node. stop.sh will shutdown the
6 nodes. Once you start up the nodes, you can start indexing and s
Thanks for all responses. I got the code from the trunk. Now I will work
through rest of the steps.
Dipti
On 12/20/11 1:58 PM, "Chris Hostetter" wrote:
>
>: >> I am following the 2 shard example from the wiki page
>: >> http://wiki.apache.org/solr/SolrCloud#SolrCloud-1
>
>Everything on that wiki
: >> I am following the 2 shard example from the wiki page
: >> http://wiki.apache.org/solr/SolrCloud#SolrCloud-1
Everything on that wiki should apply to trunk, as noted on the wiki page
itself.
the "solrcloud" branch people have mentioned is related to this comment
from that wiki page...
>>
Is this is the branch for SolrCloud? If not, then what is the location for
the SolrCloud branch.
https://svn.apache.org/repos/asf/lucene/dev/trunk/
Thanks!
Dipti
On 12/20/11 1:20 PM, "Rafał Kuć" wrote:
>Hello!
>
>Those examples should work with the code in solrcloud branch.
>
>--
>Regards,
> R
Hello!
Those examples should work with the code in solrcloud branch.
--
Regards,
Rafał Kuć
> I am following the 2 shard example from the wiki page
> http://wiki.apache.org/solr/SolrCloud#SolrCloud-1
> And it points me to
> Getting started:
> Check out and build the trunk:
> https://svn.apach
I am following the 2 shard example from the wiki page
http://wiki.apache.org/solr/SolrCloud#SolrCloud-1
And it points me to
Getting started:
Check out and build the trunk:
https://svn.apache.org/repos/asf/lucene/dev/trunk and build the example
server with cd solr; ant example.
That's why I am n
Hello!
Please take a look at the solrcloud branch of the svn repository.
> Hi,
> I am looking to do a POC with SolrCloud, where could I get the
> actual release build or else code that I can build from.
> Thanks,
> Dipti
>
> This message is private and confidenti
11 matches
Mail list logo