[ 
https://issues.apache.org/jira/browse/SOLR-7176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499807#comment-14499807
 ] 

Shawn Heisey commented on SOLR-7176:
------------------------------------

bq. BTW, I think solr/bin/solr should be renamed to solr.sh, so I pretended 
above

Renaming the script would be a bad idea, IMHO.  With the current setup, you can 
use "bin/solr" at the commandline on *NIX and "bin\solr" on Windows, the only 
difference is the path separator, which will not be a surprise to most admins.

If we rename solr to solr.sh, then the command will be different on *NIX and 
unified documentation becomes more difficult.

If there is going to be any renaming, I believe it should be to remove .sh from 
the other scripts, so zkCli.sh becomes zkCli ... and it should be handled in a 
separate issue.


> allow zkcli to modify JSON
> --------------------------
>
>                 Key: SOLR-7176
>                 URL: https://issues.apache.org/jira/browse/SOLR-7176
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>            Priority: Minor
>
> To enable SSL, we have instructions like the following:
> {code}
> server/scripts/cloud-scripts/zkcli.sh -zkhost localhost:2181 -cmd put 
> /clusterprops.json '{"urlScheme":"https"}'
> {code}
> Overwriting the value won't work well when we have more properties to put in 
> clusterprops.  We should be able to change individual values or perhaps merge 
> values.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to