Re: solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-14 Thread Shawn Heisey
On 9/13/2018 6:47 AM, Gu, Steve (CDC/OD/OADS) (CTR) wrote: After zk servers have started, I got the following error when I tried to start solr: localhost:2182 was unexpected at this time. Where is this error seen?  Was there more to the message?  In addition to knowing that, we will need to

RE: solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-14 Thread Gu, Steve (CDC/CDC OD/OADS) (CTR)
8 11:10 PM To: solr-user@lucene.apache.org Subject: Re: solrcloud configuration: solr failed to start with multiple zookeeper servers Which version of Solr and ZooKeeper are you using? What is the command that you used to start Solr? Regards, Edwin On Thu, 13 Sep 2018 at 21:56, Gu, Steve (CDC/OD/

Re: solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-13 Thread Zheng Lin Edwin Yeo
-- > From: Pure Host - Wolfgang Freudenberger > Sent: Thursday, September 13, 2018 8:57 AM > To: solr-user@lucene.apache.org > Subject: Re: solrcloud configuration: solr failed to start with multiple > zookeeper servers > > did you configure the zookeeper as a quorum? > &g

RE: solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-13 Thread Gu, Steve (CDC/OD/OADS) (CTR)
Yes, my zookeeper ensemble have 3 servers and they are all up running. -Original Message- From: Pure Host - Wolfgang Freudenberger Sent: Thursday, September 13, 2018 8:57 AM To: solr-user@lucene.apache.org Subject: Re: solrcloud configuration: solr failed to start with multiple

Re: solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-13 Thread Pure Host - Wolfgang Freudenberger
did you configure the zookeeper as a quorum? Am 13.09.2018 um 14:47 schrieb Gu, Steve (CDC/OD/OADS) (CTR): Hi, I am prototyping solrcloud and I have three zookeeper servers (localhost:2181,localhost:2182,localhost:2183). I set the zkHost in solr.in.cmd file as: set

solrcloud configuration: solr failed to start with multiple zookeeper servers

2018-09-13 Thread Gu, Steve (CDC/OD/OADS) (CTR)
Hi, I am prototyping solrcloud and I have three zookeeper servers (localhost:2181,localhost:2182,localhost:2183). I set the zkHost in solr.in.cmd file as: set ZK_HOST="localhost:2181,localhost:2182,localhost:2183" After zk servers have started, I got the following error when I tried to start

Re: Solrcloud configuration

2017-09-28 Thread Shashi Roushan
Hello All, Thanks to reply. After long time , I found the solution of configuration uploading in sold cloud from the following link: http://mtitek.com/tutorials/solr/collections.php Regards, Shashi Roushan On Sep 20, 2017 3:42 AM, "John Bickerstaff" wrote: This may

Re: Solrcloud configuration

2017-09-19 Thread John Bickerstaff
Addendum: It's not sql server, but I imagine the steps will be similar if not identical except for the details of the JDBC driver you need. On Tue, Sep 19, 2017 at 4:11 PM, John Bickerstaff wrote: > This may also be of some assistance: > >

Re: Solrcloud configuration

2017-09-19 Thread John Bickerstaff
This may also be of some assistance: https://gist.github.com/maxivak/3e3ee1fca32f3949f052 I haven't tested, just found it. On Tue, Sep 19, 2017 at 4:10 PM, John Bickerstaff wrote: > This may be of some assistance... > > http://lucene.apache.org/solr/guide/6_6/ > >

Re: Solrcloud configuration

2017-09-19 Thread John Bickerstaff
This may be of some assistance... http://lucene.apache.org/solr/guide/6_6/ There is a section discussing sharding and another section that includes the schema. On Tue, Sep 19, 2017 at 1:42 PM, Shashi Roushan wrote: > Hello David > > No, I didn't read any documentation

Re: Solrcloud configuration

2017-09-19 Thread Shashi Roushan
Hello David No, I didn't read any documentation on the schema and DIH. Actually we are already using Solr 4 version. I am now upgrading in solrcloud with shards. I have done lots of google, but not getting relevant information DIH and schema with Solr shards. I am getting result with older

Re: Solrcloud configuration

2017-09-19 Thread David Hastings
Did you read the documentation on the schema and the DIH? On Tue, Sep 19, 2017 at 3:04 PM, Shashi Roushan wrote: > Hi All, > > I need your help to configure solrcloud with shards. > I have created collection and shards using solr6 and Zookeeper. Its working > fine. > My

Solrcloud configuration

2017-09-19 Thread Shashi Roushan
Hi All, I need your help to configure solrcloud with shards. I have created collection and shards using solr6 and Zookeeper. Its working fine. My problems are: Where I put schema and dbdataconfig files? How I can use DIH to import data from SQL server To solr? In older version I was using schema

Re: SolrCloud Configuration

2016-11-10 Thread Wunna Lwin
That is work on standalone cluster. and i think did not work in solrcloud mode. I created collection, name document but that actual collection doesn't exist. So, In the cloud mode, I am not sure where I have upload those lib. On Thu, Nov 10, 2016 at 4:10 PM, Wunna Lwin

Re: SolrCloud Configuration

2016-11-10 Thread Reth RM
The easiest way is to create a /lib directory under each solr node and place the custom jar in it. But I think it doesn't get distributed over cluster, so this approach requires jar to be placed manually on each node. IIRC, it was recommended that such custom jar to be on disc than uploaded to

SolrCloud Configuration

2016-11-10 Thread Wunna Lwin
Hi, I just using solrCloud version 6.2.1 and everything is find but I would like to add some additional custom plugin into solrCloud. So, I upload my custom lib using Blob api and create requestHandler and components using config api into .system collection. But config api didn't load my custom

To update or change your SolrCloud configuration files

2015-11-04 Thread Aswath Srinivasan (TMS)
Hi fellow SOLR developers, https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+FilesThis link says the below To update or change your SolrCloud configuration files: 1. Download the latest configuration files from ZooKeeper, using the source control

Re: To update or change your SolrCloud configuration files

2015-11-04 Thread Erick Erickson
cloud. Best, Erick On Wed, Nov 4, 2015 at 3:50 PM, Aswath Srinivasan (TMS) <aswath.sriniva...@toyota.com> wrote: > Hi fellow SOLR developers, > > https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+FilesThis > link says the below > > To

SolrCloud configuration in a zookeeper node

2013-02-18 Thread mshirman
-- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-configuration-in-a-zookeeper-node-tp4041205.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud configuration in a zookeeper node

2013-02-18 Thread Timothy Potter
with an ZK ensemble (3 nodes) running with SolrCloud. Things are running, yet I'm puzzled since I can't find the Solr config data on zookeeper nodes. What is the default location? Thank you in advance! /michael -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud

Re: SolrCloud - configuration management in ZooKeeper

2012-11-06 Thread Tomás Fernández Löbbe
#Getting_your_Configuration_Files_into_ZooKeeper I would use Solr's zk script for managing the configuration. Tomás Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-configuration-management-in-ZooKeeper-tp4018432.html Sent from the Solr - User mailing list archive at Nabble.com.

SolrCloud - configuration management in ZooKeeper

2012-11-05 Thread AlexeyK
.nabble.com/SolrCloud-configuration-management-in-ZooKeeper-tp4018432.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: question: havnig multiple solrCloud configuration on the same machine

2011-02-19 Thread Stijn Vanhoorelbeke
collections/collection2 config=conf2 collections/collection3 config=conf3 How do you manage to set this? Do you need to modify solr.xml to set this stuff? Stijn Vanhoorelbeke, -- View this message in context: http://lucene.472066.n3.nabble.com/question-havnig-multiple-solrCloud-configuration

Re: question: havnig multiple solrCloud configuration on the same machine

2010-08-16 Thread Mark Miller
On 8/16/10 1:55 AM, Yatir Ben Shlomo wrote: Hi! I am using solrCloud with tomcat5.5 in my setup every lanugage has an its own index and its own solr filters so it needs a seprated solr configuration files. in solrCLoud examples posted here : http://wiki.apache.org/solr/SolrCloud I noticed

question: havnig multiple solrCloud configuration on the same machine

2010-08-15 Thread Yatir Ben Shlomo
Hi! I am using solrCloud with tomcat5.5 in my setup every lanugage has an its own index and its own solr filters so it needs a seprated solr configuration files. in solrCLoud examples posted here : http://wiki.apache.org/solr/SolrCloud I noticed that bootstrap_confdir is a given as global -D