[
https://issues.apache.org/jira/browse/OOZIE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175721#comment-14175721
]
Ryota Egashira commented on OOZIE-2039:
---------------------------------------
[~peter_liu] OOZIE-1728 address this, which copies action conf from
workflow.xml into distcp jobconf, including queue setting.
> 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)