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

peter liu commented on OOZIE-2039:
----------------------------------

One work around is passing queue setting from arguments like:

{quote}
      <distcp xmlns="uri:oozie:distcp-action:0.1">
         ...
        <arg>-Dmapred.job.queue.name=star_research_queue</arg>
         ...
      </distcp>
{quote}


> queue configuration is not working for distcp action
> ----------------------------------------------------
>
>                 Key: OOZIE-2039
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2039
>             Project: Oozie
>          Issue Type: Bug
>          Components: action
>    Affects Versions: 4.0.0
>            Reporter: peter liu
>
> The distcp action still followed into default queue even I have queue setting 
> in the configuration (tried both mapreduce.job.queuename and 
> mapred.job.queue.name as below)
> {quote}
>             <configuration>
>              <property>
>                   <name>mapreduce.job.queuename</name>
>                   <value>queue1</value>
>                </property>
>            </configuration>
> {quote}
> {quote}
>             <configuration>
>              <property>
>                   <name>mapred.job.queue.name</name>
>                   <value>queue1</value>
>                </property>
>            </configuration>
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to