guluo created BIGTOP-3922:
-----------------------------

             Summary: zkcli.sh of Solr does not have executable permissions
                 Key: BIGTOP-3922
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3922
             Project: Bigtop
          Issue Type: Improvement
          Components: solr
         Environment: Centos 7

Bigtop 3.2.0
            Reporter: guluo


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:
{code:java}
cd {SOLR_HOME}/server/scripts/cloud-scripts;
./zkcli.sh -zkhost {ZK_IP}:{ZK_PORT} -cmd upconfig -confdir {configurations} 
-confname {confname} {code}
So, I thnk we should grant those files 755 permisson instead of 644 to 
facilitate the above operations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to