You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2015/03/31 22:03:53 UTC

[jira] [Commented] (PIG-4488) Pig on tez mask tez.queue.name

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

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

Doesn't setIfUnset handle that?. i.e if tez.queue.name is specified it should take that over the mapreduce setting.

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