[
https://issues.apache.org/jira/browse/PIG-4488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai updated PIG-4488:
----------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Patch committed to trunk. Thanks Rohini for review!
> 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
>
> Attachments: PIG-4488-1.patch
>
>
> 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)