Re: Zk upconfig command is appending local directory to default confdir

2019-11-20 Thread Michael Becker
I was able to resolve this. I had left out the trailing "/" from the filepath, so Solr wasn't seeing it as a local directory. On 11/19/19, 2:45 AM, "Dominique Bejean" wrote: Hi Michael, It seems Sorl really don't find any solrconfig.xml file or a conf/solrconfig.xml file in th

Re: Zk upconfig command is appending local directory to default confdir

2019-11-19 Thread Walter Underwood
lr and >>> Zookeeper once and let it run. The API is a bit too much overhead for >>> something we just set once. >>> >>> Mike >>> >>> -----Original Message----- >>> From: Jörn Franke >>> Sent: Tuesday, November 19, 2019 2:

Re: Zk upconfig command is appending local directory to default confdir

2019-11-19 Thread Erick Erickson
t;> just set once. >> >> Mike >> >> -Original Message- >> From: Jörn Franke >> Sent: Tuesday, November 19, 2019 2:54 AM >> To: solr-user@lucene.apache.org >> Subject: Re: Zk upconfig command is appending local directory to default >

Re: Zk upconfig command is appending local directory to default confdir

2019-11-19 Thread Jörn Franke
e API is a bit too much overhead for something we just > set once. > > Mike > > -Original Message- > From: Jörn Franke > Sent: Tuesday, November 19, 2019 2:54 AM > To: solr-user@lucene.apache.org > Subject: Re: Zk upconfig command is appending local directory to

RE: Zk upconfig command is appending local directory to default confdir

2019-11-19 Thread Michael Becker
-user@lucene.apache.org Subject: Re: Zk upconfig command is appending local directory to default confdir I would use the config set API - it is more clean for production deployments and you do not have to deal with the zkCli script: https://urldefense.proofpoint.com/v2/url?u=https-3A__lucene.apache.org_solr_gu

RE: Zk upconfig command is appending local directory to default confdir

2019-11-19 Thread Michael Becker
k upconfig command is appending local directory to default confdir Hi Michael, It seems Sorl really don't find any solrconfig.xml file or a conf/solrconfig.xml file in the local path you specified. The last try is to look in "/opt/solr-6.5.1/server/solr/configsets/", but obviously it do

Re: Zk upconfig command is appending local directory to default confdir

2019-11-18 Thread Jörn Franke
I would use the config set API - it is more clean for production deployments and you do not have to deal with the zkCli script: https://lucene.apache.org/solr/guide/7_4/configsets-api.html > Am 18.11.2019 um 15:48 schrieb Michael Becker : > > I’ve run into an issue when attempting to configure

Re: Zk upconfig command is appending local directory to default confdir

2019-11-18 Thread Dominique Bejean
Hi Michael, It seems Sorl really don't find any solrconfig.xml file or a conf/solrconfig.xml file in the local path you specified. The last try is to look in "/opt/solr-6.5.1/server/solr/configsets/", but obviously it doesn't work has you didn't specify a confiset name. The code is here - https:/

Zk upconfig command is appending local directory to default confdir

2019-11-18 Thread Michael Becker
I’ve run into an issue when attempting to configure Zookeeper. When running the zk upconfig -d command specifying a local directory where the solrconfig.xml files are located, I get the following error: “Could not complete upconfig operation for reason: Could not find solrconfig.xml at /opt/solr