Is there any way we can kill hive query without exiting from hive shell ?. For Example, I wrongly ran the select
statement from some table which has million rows of data, i just wanted to stop it, but not exiting from the shell. If I pressed CTRL+Z
, its coming out of shell.
You have two options:
press Ctrl+C
and wait till command terminates, it will not exit from hive CLI, press Ctrl+C
second time and the session will terminate immediately exiting to the shell
from another shell run
yarn application -kill <Application ID>
or
mapred job -kill <JOB_ID>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With