peter liu created OOZIE-2039: -------------------------------- Summary: 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)