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

[jira] [Resolved] (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 ]

Masatake Iwasaki resolved BIGTOP-3922.
--------------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

> 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
>            Assignee: guluo
>            Priority: Minor
>             Fix For: 3.3.0
>
>          Time Spent: 50m
>  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)