Skip to main content Skip to complementary content

Enabling the execution of Jobs using external tools (SDK)

If the Job you want to execute on a Remote Engine uses external tools, for example, SDK, you must define the path in the Remote Engine wrapper configuration file as well.

Procedure

  1. Stop the Remote Engine service.
  2. Browse to the <RemoteEngineInstallationDirectory>/etc directory.
  3. Open the Talend-Remote-Engine-wrapper.conf file.
  4. Add the following property to the Wrapper Properties section:
    set.PATH=<PATH_TO_SDK>;%PATH_WITH_JAVA%
    If you are using a Talend Remote Engine version earlier than 2.13, use %PATH% instead of %PATH_WITH_JAVA% in this line. This difference is due to a Karaf version change.
  5. Restart the service.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!