Restarting Trino services without restarting the server

0

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

AWS
已提問 2 個月前檢視次數 424 次
1 個回答
2
已接受的答案
  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
專家
已回答 2 個月前
profile picture
專家
已審閱 2 個月前
profile picture
專家
已審閱 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南