Restarting Trino services without restarting the server

0

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

AWS
preguntada hace 2 meses423 visualizaciones
1 Respuesta
2
Respuesta aceptada
  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
EXPERTO
respondido hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas