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