Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-21 Thread Erick Erickson
Hmmm, not entirely sure. It's perfectly reasonable to use the core admin API, just be careful with it especially for things like reload, it's pretty easy to have your cluster in an inconsistent state. Looks like the collections RELOAD command sends requests out all replicas at once. Under the cov

Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-21 Thread Walter Underwood
Does the collection reload do a rolling reload of each node or does it do them all at once? We were planning on using the core reload on each system, one at a time. That would make sure the collection stays available. I read the documentation, it didn’t say anything about that. wunder Walter Un

Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-21 Thread Erick Erickson
Please be very careful using the core admin UI for anything related to SolrCloud. In fact, I try to avoid using it at all. The reason is that it is very low-level, and it is very easy to use it incorrectly. For instance, reloading a core in a multi-replica setup (doesnt matter whether it's several

Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-21 Thread Hangu Choi
Mikhail, I solved the problem, I putfile to wrong path. /synonyms.txt should be /configs/gettingstarted/synonyms.txt . Regards, Hangu On Wed, Oct 21, 2015 at 4:17 PM, Hangu Choi wrote: > Mikhail, > > I didn't understatnd that's what I need to do. thank you. > > but at the first moment, I am n

Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-21 Thread Hangu Choi
Mikhail, I didn't understatnd that's what I need to do. thank you. but at the first moment, I am not doing well.. I am testing to change configuration in solrcloud, through this command ./zkcli.sh -zkhost localhost:9983 -cmd putfile /synonyms.txt /usr/local/solr-5.3.1-test/server/scripts/cloud-s

Re: [newbie] Configuration for SolrCloud + DataImportHandler

2015-10-20 Thread Mikhail Khludnev
did you try something like $> zkcli.sh -zkhost localhost:2181 -cmd putfile /solr.xml /path/to/solr.xml ? On Mon, Oct 19, 2015 at 11:15 PM, hangu choi wrote: > Hi, > > I am trying to start SolrCloud with embedded ZooKeeper. > > I know how to config solrconfig.xml and schema.xml, and other things

[newbie] Configuration for SolrCloud + DataImportHandler

2015-10-19 Thread hangu choi
Hi, I am trying to start SolrCloud with embedded ZooKeeper. I know how to config solrconfig.xml and schema.xml, and other things for data import handler. but when I trying to config it with solrCloud, I don't know where to start. I know there is no conf directory in SolrCloud because conf direct