Cloud API Services Platform
Cloud Big Data
Cloud Big Data Platform
Cloud Data Fabric
Cloud Data Integration
Cloud Data Management Platform
Talend Studio 7.3.1 supports the shared mode, which allows each user on the machine where Talend Studio 7.3.1 is installed to work with different configuration and workspace folders.
About this task
The following procedure shows you how to enable the shared mode for Talend Studio.
Procedure
- Put the license file provided by Talend at the root of the Talend Studio installation directory.
- Let a user who has full read and write access to the Talend Studio installation directory to launch Talend Studio.
-
In the Additional Talend Packages dialog box, select the
packages, except the required and optional third-party libraries, depending on your
needs for your projects.
- The third-party libraries will be installed in each user's own configuration folder. To save the disk space, Talend recommends that each user installs the third-party libraries only when needed.
- All other packages except the third-party libraries cannot be installed when the shared mode is enabled, so Talend recommends you to install those packages before enabling the shared mode.
-
When the installation of selected packages is complete, install all updates
needed.
- The update cannot be installed when the shared mode is enabled, so Talend recommends you to install all updates needed before enabling the shared mode.
- The latest update must be kept in the patches folder under the Talend Studio installation directory after being installed.
For more information about how to download and apply an update, see Updating Talend Studio.
- When the installation of required patches is complete, close Talend Studio.
-
Enable the shared mode for Talend Studio by
adding two properties
osgi.configuration.area
andosgi.instance.area
at the end of the file <Talend-Studio>/configuration/config.ini, where <Talend-Studio> is the root folder name of Talend Studio. For example,osgi.configuration.area=/home/$USERNAME$/studio/configuration osgi.instance.area=/home/$USERNAME$/studio/workspace
These two properties specify the configuration and workspace locations of Talend Studio for each user. You can use some other system properties or environment properties to specify the locations. Each variable in the locations must be surrounded by a pair of
$
characters.Later, when each user on the machine launches Talend Studio, the configuration and workspace folders will be automatically created.