You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "guluo (Jira)" <ji...@apache.org> on 2023/04/02 10:16:00 UTC

[jira] [Updated] (BIGTOP-3922) zkcli.sh of Solr does not have executable permissions

     [ https://issues.apache.org/jira/browse/BIGTOP-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

guluo updated BIGTOP-3922:
--------------------------
    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:
{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 think we should grant those files 755 permisson instead of 644 to facilitate the above operations

  was:
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


> 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
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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 think 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)