Re: To understand SolrCloud configurations

2014-12-18 Thread E S J
Thanks Lot and It's clear to me Eric. On 19 December 2014 at 11:08, Erick Erickson wrote: > > Zookeeper knows nothing at all about Solr, it's fully generic. The code > for SolrCloud on each of the Solr instances _does_ know about Zookeeper, > and where to expect certain information, specifically

Re: To understand SolrCloud configurations

2014-12-18 Thread Erick Erickson
Zookeeper knows nothing at all about Solr, it's fully generic. The code for SolrCloud on each of the Solr instances _does_ know about Zookeeper, and where to expect certain information, specifically where the configurations are stored on Zookeeper. So on startup, the Solr instance queries Zookeeper

Re: To understand SolrCloud configurations

2014-12-18 Thread E S J
Hi Erick, This question came to my mind after sometime seen your reply, Why Solr configurations are kept on ZooKeeper ? As far as I know, ZooKeeper is generic system can be used for any cross node configurations, not only with Solr, Solr configurations are Solr Specific, How ZooKeeper know/read S

RE: To understand SolrCloud configurations

2014-12-15 Thread steve
+1 > Date: Mon, 15 Dec 2014 21:44:44 +1300 > Subject: Re: To understand SolrCloud configurations > From: esj.f...@gmail.com > To: solr-user@lucene.apache.org > > HI Shawn, > > Thanks, You have answered my question to a certain extend, But I wanted to > Isolate Solr Cl

Re: To understand SolrCloud configurations

2014-12-15 Thread E S J
HI Shawn, Thanks, You have answered my question to a certain extend, But I wanted to Isolate Solr Cloud from application and do some load testing by setting up Jmeter Script. I could hit Solr instances, but it will not simulate how Application (Client) will deal with Solr Cloud. Any suggestions fo

Re: To understand SolrCloud configurations

2014-12-14 Thread Shawn Heisey
On 12/14/2014 12:41 PM, E S J wrote: > This question is related to the same configurations I've posted. How should > I manually test indexing via Zookeeper, I mean not directly accessing solr > nodes like, > curl http://solr1.internal:7083/solr/c-ins/update?commit=true -H > "Content-Type: text/xml"

Re: To understand SolrCloud configurations

2014-12-14 Thread E S J
Hi All, This question is related to the same configurations I've posted. How should I manually test indexing via Zookeeper, I mean not directly accessing solr nodes like, curl http://solr1.internal:7083/solr/c-ins/update?commit=true -H "Content-Type: text/xml" -d "@mem.xml" I have a solr client wh

Re: To understand SolrCloud configurations

2014-12-11 Thread Shawn Heisey
On 12/11/2014 8:09 PM, E S J wrote: > Thanks, I thought only option is default or schemaless because , When we > run bin/solr -e cloud you will get prompt like , > *Please choose a configuration for the gettingstarted collection, available > options are: default or schemaless [default]* I have

Re: To understand SolrCloud configurations

2014-12-11 Thread E S J
Thanks, I thought only option is default or schemaless because , When we run bin/solr -e cloud you will get prompt like , To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2] 3 Ok, let's start up 3 Solr nodes for your example SolrCloud cluster. Please

Re: To understand SolrCloud configurations

2014-12-11 Thread Shawn Heisey
On 12/11/2014 6:31 PM, E S J wrote: > Thanks Eric, I understand your explanation. > Quick question, Are configurations sits under /configs/defaults because > -configname specified as default when I execute the following command? Can > I specify -configname as /c-ins/ > > zkcli.sh -zkhost zoo1.inte

Re: To understand SolrCloud configurations

2014-12-11 Thread E S J
Thanks Eric, I understand your explanation. Quick question, Are configurations sits under /configs/defaults because -configname specified as default when I execute the following command? Can I specify -configname as /c-ins/ zkcli.sh -zkhost zoo1.internal:2183,zoo2.internal:2183,zoo3.internal:2183

Re: To understand SolrCloud configurations

2014-12-11 Thread Erick Erickson
bq: 1. Like to know what I have done is correct ? Looks fine to me. bq: 2. Where to place the schema.xml's and other configurations. Because for the moment it's are under collection1/conf folder and collection1 is not an active collection for me. ( i'm using only c-ins core) I think you're a bit

To understand SolrCloud configurations

2014-12-11 Thread E S J
Hello Team, I would like to get clarified where to place schema.xml on SolrCloud set-up. My Solr cloud set-up , 3 nodes, 3 shards and 3 replications, 3 ZooKeeper What I have done is, 1. Taken a solr.war from solr default download ( solr-4.10.2/example/webapps/solr.war - 4.10.2) and placed /we

To understand SolrCloud configurations

2014-12-11 Thread E S J
Hello Team, I would like to get clarified where to place schema.xml on SolrCloud set-up. My Solr cloud set-up , 3 nodes, 3 shards and 3 replications, 3 ZooKeeper What I have done is, 1. Taken a solr.war from solr default download ( solr-4.10.2/example/webapps/solr.war - 4.10.2) and placed /we