- Big Data
- Big Data Platform
- Data Fabric
- Real-Time Big Data Platform
Start, stop, and monitor the status of the Streams Runner service
using systemd.
Procedure
-
Start the service using the following command:
sudo systemctl start talend-streamsrunner
-
Stop the service using the following command:
sudo systemctl stop talend-streamsrunner
-
Check the status of the service using the following command:
sudo systemctl status talend-streamsrunner
-
Check logging information using the journalctl
command.
For example:
- To list service journal
entries:
sudo journalctl --unit talend-streamsrunner
- To list service journal entries after a specific
date:
sudo journalctl --unit talend-streamsrunner --since "2018-08-17 13:15:17"