You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/10/10 06:02:47 UTC

[GitHub] [incubator-streampark] green241 commented on issue #1782: [Feature] About an idea to add a UDF management module for StreamPark

green241 commented on issue #1782:
URL: https://github.com/apache/incubator-streampark/issues/1782#issuecomment-1272820406

   **The current plan is mainly based on the yarn application model, so the following is mainly idea of implement.**
   
   1. When creating a job, select the required UDF (e.g., a drop-down box showing the UDF available to the current user, associated with udfId);
   
   2. When starting a job, it will query the paths of these udf stores according to the selected udfId (there can be more than one), and at the same time stitch these storage paths into strings, and finally pass them into yarn.provided.lib.dirs when submitting the job to achieve dynamic loading.


-- 
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: issues-unsubscribe@streampark.apache.org

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