gpt4 book ai didi

shell - 在不退出 hive shell 的情况下终止 hive 查询

转载 作者:行者123 更新时间:2023-12-04 14:40:45 25 4
gpt4 key购买 nike

有什么办法可以在不退出 hive shell 的情况下终止 hive 查询?例如,我错误地运行了 select来自某个包含数百万行数据的表中的语句,我只是想停止它,但不想从 shell 中退出。如果我按下 CTRL+Z ,它是从 shell 里出来的。

最佳答案

您有两个选择:

  • Ctrl+C并等到命令终止,它不会退出配置单元 CLI,按 Ctrl+C第二次, session 将立即终止并退出 shell
  • 从另一个 shell 运行
    yarn application -kill <Application ID>或者
    mapred job -kill <JOB_ID>
  • 关于shell - 在不退出 hive shell 的情况下终止 hive 查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41547874/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com