Restarting Trino services without restarting the server

0

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

AWS
demandé il y a un mois362 vues
1 réponse
2
Réponse acceptée
  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
répondu il y a un mois
profile picture
EXPERT
vérifié il y a un mois
profile picture
EXPERT
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions