Presto常用命令
一、常用命令
1、官方文档:https://prestodb.io/docs/current/connector/system.html?highlight=kill
2、kill任务,登录presto客户端
CALL system.runtime.kill_query(query_id => '20220317_083239_04518_ik27u', message => 'Using too many resources');
一、常用命令
1、官方文档:https://prestodb.io/docs/current/connector/system.html?highlight=kill
2、kill任务,登录presto客户端
CALL system.runtime.kill_query(query_id => '20220317_083239_04518_ik27u', message => 'Using too many resources');