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, <[email protected]> wrote: > The documentation says > > If you for example would like to keep your solr.xml in ZooKeeper to avoid > having to copy it to every node's so > lr_home directory, you can push it to ZooKeeper with the bin/solr utility > (Unix example): > bin/solr cp file:local/file/path/to/solr.xml zk:/solr.xml -z localhost:2181 > > So Im trying to push the solr.xml my local zookeepr > > solr-6.4.1/bin/solr file:/home/user1/solr/nodes/day1/solr/solr.xml > zk:/solr.xml -z localhost:9983 > > ERROR: cp is not a valid command! > > Afterwards > When starting up a node how do we refer to the solr.xml inside zookeeper? Any > examples? > > Thanks > Imran > > > Sent from Mail for Windows 10 >
