Details
Description
zkcli.sh that located in {SOLR_HOME}/server/scripts/cloud-scripts does not have executable permissions. It only has 644 permissions.
This means that we can not upload configuration of Solr's collection to Zookeeper by executing zkcli.ch dircetly.
For example:
cd {SOLR_HOME}/server/scripts/cloud-scripts; ./zkcli.sh -zkhost {ZK_IP}:{ZK_PORT} -cmd upconfig -confdir {configurations} -confname {confname}
So, I think we should grant those files 755 permisson instead of 644 to facilitate the above operations
Attachments
Issue Links
- links to