You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "peter liu (JIRA)" <ji...@apache.org> on 2014/10/18 00:27:33 UTC

[jira] [Created] (OOZIE-2039) queue configuration is not working for distcp action

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)