Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Thomas Porschberg
> Shawn Heisey hat am 17. Mai 2017 um 15:10 geschrieben: > > > On 5/17/2017 6:18 AM, Thomas Porschberg wrote: > > Thank you. I am now a step further. > > I could import data into the new collection with the DIH. However I > > observed the following exception > > in solr.log: > > > > request:

Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Shawn Heisey
On 5/17/2017 6:18 AM, Thomas Porschberg wrote: > Thank you. I am now a step further. > I could import data into the new collection with the DIH. However I observed > the following exception > in solr.log: > > request: > http://127.0.1.1:8983/solr/hugo_shard1_replica1/update?update.distrib=TOLEAD

Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Thomas Porschberg
> Tom Evans hat am 17. Mai 2017 um 11:48 geschrieben: > > > On Wed, May 17, 2017 at 6:28 AM, Thomas Porschberg > wrote: > > Hi, > > > > I did not manipulating the data dir. What I did was: > > > > 1. Downloaded solr-6.5.1.zip > > 2. ensured no solr process is running > > 3. unzipped solr-6.5.1.

Re: setup solrcloud from scratch vie web-ui

2017-05-17 Thread Tom Evans
On Wed, May 17, 2017 at 6:28 AM, Thomas Porschberg wrote: > Hi, > > I did not manipulating the data dir. What I did was: > > 1. Downloaded solr-6.5.1.zip > 2. ensured no solr process is running > 3. unzipped solr-6.5.1.zip to ~/solr_new2/solr-6.5.1 > 3. started an external zookeeper > 4. copied a

Re: setup solrcloud from scratch vie web-ui

2017-05-16 Thread Thomas Porschberg
Hi, I did not manipulating the data dir. What I did was: 1. Downloaded solr-6.5.1.zip 2. ensured no solr process is running 3. unzipped solr-6.5.1.zip to ~/solr_new2/solr-6.5.1 3. started an external zookeeper 4. copied a conf directory from a working non-cloudsolr (6.5.1) to ~/solr_new2/sol

Re: setup solrcloud from scratch vie web-ui

2017-05-16 Thread Shawn Heisey
On 5/12/2017 8:49 AM, Thomas Porschberg wrote: > ERROR: Failed to create collection 'cat' due to: > {127.0.1.1:8983_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error > from server at http://127.0.1.1:8983/solr: Error CREATEing SolrCore > 'cat_shard1_replica1': Unabl

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
Hi, I think I did one mistake when I started in step 3 solr without zookeeper-option. I did: bin/solr start -c but I think it should: bin/solr start -c -z localhost:2181 The problem is now when repeat step 4 (creating a collection) I get the following error: //I uploaded my cat-config again

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread ANNAMANENI RAVEENDRA
Hi , If there is a request handler configured in solrconfig.xml and update the Conf in zookeeper it should show up If already did it try reloading configuration Thanks Ravi On Fri, 12 May 2017 at 9:46 AM, Thomas Porschberg wrote: > > > This is another problem I see: With my non-cloud core I

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
> > This is another problem I see: With my non-cloud core I have a > > conf-directory where I have dataimport.xml, schema.xml and solrconfig.xml. > > I think these 3 files are enough to import my data from my relational > > database. > > Under example/cloud I could not find one of them. How to s

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Shawn Heisey
On 5/12/2017 3:12 AM, Thomas Porschberg wrote: > I want to setup a solrcloud. I want to test sharding with one node, no > replication. > I have some experience with the non-cloud solr and I also run the cloud > examples. > I also have to use the DIH for importing. I think I can live with the >

setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
Hi, I want to setup a solrcloud. I want to test sharding with one node, no replication. I have some experience with the non-cloud solr and I also run the cloud examples. I also have to use the DIH for importing. I think I can live with the internal zookeeper. I did my first steps with solr-6.