hadoop - How to kill a TEZ job started by hive?

Himanshu Virmani picture Himanshu Virmani · Mar 28, 2017 · Viewed 8k times · Source

Below is what I can find. But the problem is if we reuse jdbc hive session all the hive queries go as same Application-Id. Is there a way I can kill a dag?

Tez jobs can be listed using: yarn application -list

Tez jobs can be killed using: yarn application -kill Application-Id

Answer