Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
-
None
-
None
Description
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)
<configuration>
<property>
<name>mapreduce.job.queuename</name>
<value>queue1</value>
</property>
</configuration>
<configuration>
<property>
<name>mapred.job.queue.name</name>
<value>queue1</value>
</property>
</configuration>
Attachments
Issue Links
- Is contained by
-
OOZIE-1728 When an ApplicationMaster restarts, it restarts the launcher job: DistCp followup
- Resolved