[ 
https://issues.apache.org/jira/browse/PIG-4488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389350#comment-14389350
 ] 

Rohini Palaniswamy commented on PIG-4488:
-----------------------------------------

Yes. But dagAMConf.setIfUnset(TezConfiguration.TEZ_QUEUE_NAME, queueName); 
should only set tez.queue.name to default if it is not already set in dagAMConf 
either from tez-site.xml or pig command line.

> 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)

Reply via email to