Starting Talend Remote Engine (sudo) - Cloud

Talend Remote Engine User Guide for Linux

Version
Cloud
Language
English
Operating system
Linux
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2024-02-23

Procedure

  1. Activate the sudo feature:
    • For data integration Jobs, open <RemoteEngineInstallationDirectory>/etc/org.talend.remote.jobserver.server.cfg file and set the following parameter to true: org.talend.remote.jobserver.commons.config.JobServerConfiguration.SUDO_SU_MODE=true .
    • For microservice data services/Routes, open <RemoteEngineInstallationDirectory>/etc/org.talend.ipaas.rt.dsrunner.cfg file and set this parameter to true: ms.running.sudo.su.mode=true.
  2. Start Talend Remote Engine using the sudo sh start command.
    Note: If you do not use sudo, the artifacts will stop responding since a password is required on the Talend Remote Engine side.