[
https://issues.apache.org/jira/browse/PIG-4488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389335#comment-14389335
]
Daniel Dai commented on PIG-4488:
---------------------------------
In my test, "tezConf.get(JobContext.QUEUE_NAME,
YarnConfiguration.DEFAULT_QUEUE_NAME)" always return "default", even if I don't
set "mapreduce.job.queue".
> Pig on tez mask tez.queue.name
> ------------------------------
>
> Key: PIG-4488
> URL: https://issues.apache.org/jira/browse/PIG-4488
> Project: Pig
> Issue Type: Bug
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.15.0
>
>
> Set "tez.queue.name" does not work, however, set "mapreduce.job.queuename"
> works on tez. The reason is we mask tez.queue.name with
> mapreduce.job.queuename in MRToTezHelper:
> {code}
> String queueName = tezConf.get(JobContext.QUEUE_NAME,
> YarnConfiguration.DEFAULT_QUEUE_NAME);
> dagAMConf.setIfUnset(TezConfiguration.TEZ_QUEUE_NAME, queueName);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)