On 7/2/2015 2:31 AM, dinesh naik wrote: > For solr version 5.1.0, Where does Zoo keeper keep all the config files > ?How do we access them ? > > From Admin console , Cloud-->Tree-->config , we are able to see them but > where does Zoo Keeper store them(location)?
The information you can see in Cloud->Tree is a visual representation of the entire config tree within Zookeeper. Zookeeper is organized quite a lot like a filesystem, with structures that look a lot like directories. If you have provided a chroot with your zkHost string, then the Solr config tree will begin at the path indicated in the chroot. If you did not include a chroot, then it will be at the root of the zookeeper "filesystem." Thanks, Shawn