You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/01 10:24:05 UTC

[GitHub] [incubator-seatunnel] RickyHuo edited a comment on issue #267: FAQ

RickyHuo edited a comment on issue #267:
URL: https://github.com/apache/incubator-seatunnel/issues/267#issuecomment-638569248


   FAQ 18. 自己编写的插件或者是第三方的jdbc.jar放在哪里可以被 SeaTunnel 加载?
   
   将 Jar 包,放置在 `plugins` 目录指定结构下,如下
   
   ```
   cd seatunnel
   mkdir -p plugins/my_plugins/lib
   cp third-part.jar plugins/my_plugins/lib
   ```
   `my_plugins` 可以为任意字符串


-- 
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@seatunnel.apache.org

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