Procedure
-
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
.
- For data integration Jobs, open
<RemoteEngineInstallationDirectory>/etc/org.talend.remote.jobserver.server.cfg
file and set the following parameter to true:
-
Start Talend Remote Engine using the sudo sh start command.
Note: If you do not use sudo, the artifacts will hang since a password is required on the Talend Remote Engine side.