Support Questions

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

It's only use 50% Computational resource of my cluster when using Hive on Tez

avatar

it can use 100% Computational resource of my cluster when using Hive on MR, but only use 50% computational resource when using Hive on Tez. I use Ambari to deploy my HDFS, YARN, Hive, Tez, Zookeeper, and use the recommended configure.

I want to know how to make hive on tez to use 100% computational resource

1 ACCEPTED SOLUTION

avatar
Super Guru
2 REPLIES 2

avatar
Super Guru
@Dylan Wu

May be your MapReduce is using a different queue than Tez. how are your queues configured?

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_installing_manually_book/content/ref-475...

avatar

@mquresh

Thank you very much. You are right, I only set mapreduce.job.queuename, but not set the tez.queue.name, so It only use the default queue which only using 30% computational resource using Hive on Tez.