You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/24 03:44:42 UTC

[GitHub] [incubator-doris] caiconghui opened a new issue #4171: [Proposal] Support properties grammar in InstallPluginStmt

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org