Running a Job remotely with SSL enabled - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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 Studio
Content
Design and Development
Last publication date
2024-02-13
Available in...

Big Data

Big Data Platform

Data Fabric

Data Integration

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

You have the possibility to run a Job on a remote JobServer with SSL enabled. SSL allows you to encrypt data prior to transmission.

Before you begin

Make sure:

  • SSL is enabled in the JobServer configuration file conf/TalendJobServer.properties.
  • The JobServer is up and running.

About this task

When working on a local project, follow the procedure below to configure the remote server with SSL support on the Studio side.

Note: If you are working on a remote project and you are connected with the Talend Administration Center, the JobServer settings are retrieved from the Talend Administration Center and are read only.

Procedure

  1. From the menu bar, click Window > Preferences to open the Preferences dialog box.
  2. Expand the Talend and the Run/Debug nodes in succession and then click Remote.
  3. In the Remote Jobs Servers area, click the [+] button to add a new line in the table.
  4. Fill in all fields as configured for the Job execution server: Name, Host name (or IP address), Standard port, Username, Password, and File transfer Port.
    The Username and Password fields are not required if you have not configured users into the configuration file of the JobServer.
  5. Select true from the Enable SSL list to enable SSL.
  6. Click Apply and Apply and Close to validate the changes.
  7. Go to the Run view of Talend Studio design workspace, and click the Target Exec tab.
  8. From the list, select the remote server you have just created.
  9. Click the Run button of the Basic Run tab, as usual, to connect to the server and deploy then execute in one go the current Job with SSL enabled.
    You can also execute your Job on the specified JobServer in the Memory Run tab if you want to monitor JVM resource usage during the Job execution. For more information on how to enable resource usage monitoring, see Configuring remote execution (Talend > Run/Debug).
    Note: If you get a connection error, check that the agent is running, the ports are available and the server IP address is correct. Check also that SSL is configured at Studio and JobServer sides.