Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to prevent default Tez containers.

avatar
Rising Star

Is there a way to prevent default Tez containers when using the Hive CLI and the Hive version is >= .14?

I would like Tez to be the default engine but not spin up any containers when launching the Hive CLI.

1 ACCEPTED SOLUTION

avatar
Master Mentor
@kkane

This should work

hive.prewarm.enabled = false

606-screen-shot-2015-12-04-at-100845-am.png

View solution in original post

4 REPLIES 4

avatar
Master Mentor
@kkane

This should work

hive.prewarm.enabled = false

606-screen-shot-2015-12-04-at-100845-am.png

avatar
Rising Star

So, I've tog hive.prewarm.enabled=false and still get a tez session from the Hive CLI.

avatar
Master Mentor

avatar
Rising Star

Since my question pertains to containers, prewarm is the correct answer but it is not the correct question so I will ask again.