Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Talend Executes as Root user on remote server

Hello,
is there a way to conifgure Talend jobserver to execute jobs not as root server?
Thanks
Labels (3)
2 Replies
Anonymous
Not applicable

It isn't configured to run as a user explicitly unless the individual setting it up/installing it did so. If it's been running as root, just chown the entire directory to the desired user and set the start script to include su - <desired user> when it invokes it.
Anonymous
Not applicable

We usually run all Talend services never under a root user. I suggest you create a user + group like tisadmin or similar and do su - tisadmin -exec 'your script'