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/08/15 10:41:21 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 commented on issue #2415: [Bug] [seatunnel-common] Can not get connector plugin dir when run e2e in IDE

EricJoy2048 commented on issue #2415:
URL: https://github.com/apache/incubator-seatunnel/issues/2415#issuecomment-1214874588

   I plan add a Constructor method and support directly specify the plug-in directory
   
   ```
       public AbstractPluginDiscovery(@Nullable Path absolutePluginDir) {
           this.pluginDir = absolutePluginDir;
           LOGGER.info("Load {} Plugin from {}", getPluginBaseClass().getSimpleName(), pluginDir);
       }
   ```


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