Installing an external extension which is not in KNIME hub

I am trying to figure out a way to install the following extension to the Knime server.
The server has CLI access only.

They provide a jar file. While I have tested it in a Knime standalone workstation and that works, I could not find how to install it in the server.

OS = CentOS 7.6
KnimeServerExecutor = ‘4.1.1’
KnimeServer = ‘4.10.1’

Hi,

I tested it on my local KNIME Server and you simply have to do the same as on your workstation. Copy the provided jar in your <KNIME Executor>/dropins folder.
Also ensure that the executor gets restarted.

Cheers,
Moritz

3 Likes

Worked like a charm. Thank you

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.