Setting the Talend JobServer directory permissions - 7.3

Talend Installation Guide

Version
7.3
Language
English
EnrichDitaval
Linux
EnrichSubscriptionType
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade

About this task

If you have already started Jobs from this server, it is recommended to remove the directory <jobserver_path>/TalendJobServerFiles to avoid unexpected authorizations on already deployed Jobs or cached files.

Procedure

  1. Add each user allowed to run tasks (for example, user called subuser) to the 'root' group, as well as to the group of the user who owns the parent directories of Talend JobServer (for example, group of the user called my_user).

    Example

    > sudo usermod -a -G myuser_group subuser
    > sudo usermod -a -G root subuser
  2. Give the execute permission to myuser_group in the following directories by executing chmod g+rx /<directory_path>.

    Example

    /DIRECTORY_1
    /DIRECTORY_1/DIRECTORY_2
    /DIRECTORY_1/DIRECTORY_2/Talend-JobServer
    /DIRECTORY_1/DIRECTORY_2/Talend-JobServer/TalendJobServersFiles
    /DIRECTORY_1/DIRECTORY_2/Talend-JobServer/TalendJobServersFiles/cache
    /DIRECTORY_1/DIRECTORY_2/Talend-JobServer/TalendJobServersFiles/cache/lib
    Note: The READ authorization for the group is only required for deployed files.