You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/22 06:42:32 UTC

[GitHub] [dolphinscheduler] EricGao888 opened a new issue, #12959: [Improvement][Task Plugin] Make task plugin loading configurable

EricGao888 opened a new issue, #12959:
URL: https://github.com/apache/dolphinscheduler/issues/12959

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   * Many users does not need all of DS task plugins. It would be handy if they could configure what to pick through configurations.
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] fuchanghai commented on issue #12959: [Improvement][Task Plugin] Make task plugin loading configurable

Posted by GitBox <gi...@apache.org>.
fuchanghai commented on issue #12959:
URL: https://github.com/apache/dolphinscheduler/issues/12959#issuecomment-1324569693

   > > Good idea, can we config that in the Web server?
   > 
   > No, currently we can't. It is easy to choose what not to load from the backend part. But I have no idea how to make it work for the front-end part. May I ask whether you have any ideas? @songjianet @Amy0104 @devosend
   
   can  we storage plugin name in  DB that user does not need?  ,when we start the application  filter that
   <img width="939" alt="image" src="https://user-images.githubusercontent.com/33984497/203474398-524d7816-1f09-4450-859f-97022fa77ce2.png">
   
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12959: [Improvement][Task Plugin] Make task plugin loading configurable

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12959:
URL: https://github.com/apache/dolphinscheduler/issues/12959#issuecomment-1323187621

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on issue #12959: [Improvement][Task Plugin] Make task plugin loading configurable

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #12959:
URL: https://github.com/apache/dolphinscheduler/issues/12959#issuecomment-1323397769

   > Good idea, can we config that in the Web server?
   
   No, currently we can't. It is easy to choose what not to load from the backend part. But I have no idea how to make it work for the front-end part. May I ask whether you have any ideas? @songjianet @Amy0104 @devosend  


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] jieguangzhou commented on issue #12959: [Improvement][Task Plugin] Make task plugin loading configurable

Posted by GitBox <gi...@apache.org>.
jieguangzhou commented on issue #12959:
URL: https://github.com/apache/dolphinscheduler/issues/12959#issuecomment-1323311547

   Good idea, can we config that in the Web server?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on issue #12959: [Improvement][Task Plugin] Make task plugin loading configurable

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #12959:
URL: https://github.com/apache/dolphinscheduler/issues/12959#issuecomment-1324574039

   > > > Good idea, can we config that in the Web server?
   > > 
   > > 
   > > No, currently we can't. It is easy to choose what not to load from the backend part. But I have no idea how to make it work for the front-end part. May I ask whether you have any ideas? @songjianet @Amy0104 @devosend
   > 
   > can we storage plugin name in DB that user does not need? ,when we start the application filter that <img alt="image" width="939" src="https://user-images.githubusercontent.com/33984497/203474398-524d7816-1f09-4450-859f-97022fa77ce2.png">
   
   I was planning to do it with configurations instead of add more interactions with DB. For example, users could provide a list of plugins they want to use in `common.properties` or `application.yaml`, and `TaskPluginManager` will only load these types.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org