Skip to main content Skip to complementary content

Running Talend Dictionary Service with systemd (deprecated)

Availability-noteDeprecated

Start, stop, and monitor the status of the Talend Dictionary Service service using systemd.

Before you begin

  • Make sure that the following services are installed and running before starting talend-dictionary-service:

    • talend-mongodb
    • talend-minio
    Information noteNote: Start the services in the specified order.
  • Manually import the Talend Dictionary Service dump folder containing the default semantic types.

Procedure

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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!