You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Hui Fei <fe...@gmail.com> on 2016/12/18 12:54:37 UTC

[hive/tez] discussions for HIVE-15444, tez.queue.name is invalid after tez job running on CLI

hi all,
I running tez job on CLI
First i set tez.queue.name.
Then i run a job
After running job successfully, tez.queue.name is null.
I dig the source code,  conf.unset(TezConfiguration.TEZ_QUEUE_NAME) is
called after session started, why is that?

link is https://issues.apache.org/jira/browse/HIVE-15444

Thanks