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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to