I've installed solr and zookeeper in two different machines, and have edited zoo.cfg file as instructed on solr wiki, zookeeper was launched and connected successfully, but when i try to ingest data on one machine, it does not reflect on other machine, indexed file should go in zookeeper data folder, but it is getting stored in solr data folder. Can anyone help over this, or give me steps from scratch on how to configure it and check if it is working.
right after the solrCloud setup with zookeeper, I was trying to copy my collection from stand-alone solr,but DIH was not reflecting, Then I copied an example DIH named db from solr/example dir. and made changes to it according to my connection and query, and pasted it in configsets dir and placed necessary jars in lib. Also, node name has to be same on both the machines. It's working fine now.