Enabling the execution of Jobs using external tools (SDK) - Cloud

Talend Remote Engine User Guide for Windows

Version
Cloud
Language
English
Operating system
Windows
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2023-11-16

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.