Restarting Trino services without restarting the server

0

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

AWS
feita há 2 meses423 visualizações
1 Resposta
2
Resposta aceita
  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
ESPECIALISTA
respondido há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas