caiconghui opened a new issue #4171:
URL: https://github.com/apache/incubator-doris/issues/4171
**Is your feature request related to a problem? Please describe.**
Now,when we install plugin from a remote http url, we also need to provide a
md5 uri,and plugin.conf in the zip file, that is to say, for every cluster with
different plugin config, we need to provide different plugin zip files because
of the different plugin conf.
and the uri is unauthoriable, we place some sensitive information in
plugin.conf, it is unsafe,so I make a proposal that we can set plugin config
with properties grammar.
**Describe the solution you'd like**
Support grammar like the following:
INSTALL PLUGIN FROM [source] [PROPERTIES("KEY"="VALUE", ...)]
user can set md5sum="xxxxxxx", so we don't need to provide a md5 uri.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]