Running Talend Data Preparation with systemd (deprecated) - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
Operating system
Linux
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade
Last publication date
2024-03-25

Start, stop, and monitor the status of the Talend Data Preparation service using systemd.

Before you begin

Make sure that the following services are installed and running before starting Talend Data Preparation:

  • talend-mongodb
  • talend-zookeeper
  • talend-kafka
  • talend-dictionary-service-hybrid
  • talend-tcomp
Note: Start the services in the specified order.

Procedure

  • Start the service using the following command:
    sudo systemctl start talend-tdp-hybrid
  • Stop the service using the following command:
    sudo systemctl stop talend-tdp-hybrid
  • Check the status of the service using the following command:
    sudo systemctl status talend-tdp-hybrid
  • Check logging information using the journalctl command.
    For example:
    • To list service journal entries:
      sudo journalctl --unit talend-tdp-hybrid
    • To list service journal entries after a specific date:
      sudo journalctl --unit talend-tdp-hybrid --since "2018-08-17 13:15:17"