Hive with tez can re-use yarn containers, and that helps in reducing latency. HiveServer2 keeps the containers around (through tez session) for some time (few minutes by default I think), so that new queries can run without waiting for yarn container launching.
↧