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)
1: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 ZK_HOST="localhost:2181,l

Re: Solrcloud configuration

2017-09-27 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 also be of some assistance:

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: > > https://gist.github.com/maxivak/3e3ee1fca32f3949f052 >

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/ > > There is a section discussing

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 on the schema and DIH. >

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 versio

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 problems are: > Where I p

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 wrote: > The easiest way i

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 zook

Re: SolrCloud configuration in a zookeeper node

2013-02-18 Thread Timothy Potter
/configs/collectionName You should be able to see this from the Solr admin console as well: Cloud > Tree > configs > collectionName Cheers, Tim On Mon, Feb 18, 2013 at 4:23 PM, mshirman wrote: > > I'm relatively new to zk/SolrCloud, and I have new environment configured > with an ZK ensemble (

Re: SolrCloud - configuration management in ZooKeeper

2012-11-06 Thread Tomás Fernández Löbbe
Hi Alexey, responses are inline: Zookeeper manages not only the cluster state, but also the common > configuration files. > My question is, what are the exact rules of precedence? That is, when SOLR > node will decide to download new configuration files? > When the SolrCore is started. > Will co