Re: uploading solr.xml to zk

2017-07-10 Thread Cassandra Targett
In your command, you are missing the "zk" part of the command. Try: bin/solr zk cp file:local/file/path/to/solr.xml zk:/solr.xml -z localhost:2181 I see this is wrong in the documentation, I will fix it for the next release of the Ref Guide. I'm not sure about how to refer to it - I don't think

Re: uploading solr.xml to zk

2017-07-07 Thread Erick Erickson
Actually it is corrected in the latest docs... On Fri, Jul 7, 2017 at 9:35 AM, Erick Erickson wrote: > Blast, you're right that's a doc problem. I'll change the current docs > but I'm afraid that'll live on in older docs. > > It should be: > > bin/solr zk cp blah blah > > (note the "zk" bit) > >

Re: uploading solr.xml to zk

2017-07-07 Thread Erick Erickson
Blast, you're right that's a doc problem. I'll change the current docs but I'm afraid that'll live on in older docs. It should be: bin/solr zk cp blah blah (note the "zk" bit) Sorry about that. On Fri, Jul 7, 2017 at 12:31 PM, wrote: > The documentation says > > If you for example would like

Re: uploading solr.xml to zk

2017-07-07 Thread Erick Erickson
present in zookeeper, we can point to an > empty directory to start a node? > > Regards, > Imran > > > > > > > > > > Sent from Mail for Windows 10 > > From: Jan Høydahl > Sent: Friday, July 7, 2017 2:01 AM > To: solr-user@lucene.apache.org >

RE: uploading solr.xml to zk

2017-07-07 Thread imran
directory to start a node? Regards, Imran Sent from Mail for Windows 10 From: Jan Høydahl Sent: Friday, July 7, 2017 2:01 AM To: solr-user@lucene.apache.org Subject: Re: uploading solr.xml to zk > ERROR: cp is not a valid command! Can you write the exact command you typed again? O

Re: uploading solr.xml to zk

2017-07-07 Thread Jan Høydahl
> ERROR: cp is not a valid command! Can you write the exact command you typed again? Once solr.xml is in zookeeper, solr will find it automatically. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 7. jul. 2017 kl. 21.31 skrev im...@elogic.pk: > > The documentation s