Where can I find the "jars" directory for plugins? #989
-
Could you please help me where can I find the "jars" directory for the plugins (components)? I tried to slightly change one of the components and now I don't know where to put its jar file so that it takes effect in my executor. In the documentation, you write about some "jar" directory, which I can't find.. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The directory is set in the property configuration file using storage.jars.directory property. By default it is in The exact location depends on the way you deploy the ETL, especially whether you utilize Docker or not. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Most of the components (executor, frontend, etc. ) need access to whole directory not just the directory of the component. As a result you need to not only set the build directory, but also the Docker file in a slightly different way. Personally I'm using following on local machine:
and similar for all components. Could you give it a try? |
Beta Was this translation helpful? Give feedback.
The directory is set in the property configuration file using storage.jars.directory property. By default it is in
./deploy/jars
directory.The exact location depends on the way you deploy the ETL, especially whether you utilize Docker or not.