Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar
New Member

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
New Member

@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.