Restarting Trino services without restarting the server

0

How or can I restart Trino without having to restart the server?

AWS
asked a month ago347 views
1 Answer
2
Accepted Answer
  1. On a systemd-based system, you can use the following command:
sudo systemctl stop trino
  1. You can check the status of the Trino service using the same commands as in step 1, but with status instead of stop:
sudo systemctl status trino
  1. On a systemd-based system, use the following command:
sudo systemctl start trino

Optional:

sudo systemctl restart trino
profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions