You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:55:09 UTC

[jira] [Created] (OOZIE-240) GH-322: global JT/NN/configuration section in WF XML

GH-322: global JT/NN/configuration section in WF XML
----------------------------------------------------

                 Key: OOZIE-240
                 URL: https://issues.apache.org/jira/browse/OOZIE-240
             Project: Oozie
          Issue Type: Bug
            Reporter: Hadoop QA


Currently each action node must define its JT/NN and common configuration values. Adding a global section would avoid repeating these values over and over, reducing the length of workflow applications and making easier to modify them in a singlle place.


<code>

    <workflow-app>
      ...
      <global>
        <job-tracker>bar:8010</job-tracker>
        <name-node>hdfs://foo:8020</name-node>
        <configuration>
          <property>
            <name>mapred.queue.name</name>
            <value>elt-queue</name>
          </property>
          ...
        </configuration>
      </global>
      ...
    </workflow-app>

</code>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (OOZIE-240) GH-322: global JT/NN/configuration section in WF XML

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik reopened OOZIE-240:
------------------------------------


> GH-322: global JT/NN/configuration section in WF XML
> ----------------------------------------------------
>
>                 Key: OOZIE-240
>                 URL: https://issues.apache.org/jira/browse/OOZIE-240
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> Currently each action node must define its JT/NN and common configuration values. Adding a global section would avoid repeating these values over and over, reducing the length of workflow applications and making easier to modify them in a singlle place.
> <code>
>     <workflow-app>
>       ...
>       <global>
>         <job-tracker>bar:8010</job-tracker>
>         <name-node>hdfs://foo:8020</name-node>
>         <configuration>
>           <property>
>             <name>mapred.queue.name</name>
>             <value>elt-queue</name>
>           </property>
>           ...
>         </configuration>
>       </global>
>       ...
>     </workflow-app>
> </code>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OOZIE-240) GH-322: global JT/NN/configuration section in WF XML

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadoop QA resolved OOZIE-240.
-----------------------------

    Resolution: Fixed

> GH-322: global JT/NN/configuration section in WF XML
> ----------------------------------------------------
>
>                 Key: OOZIE-240
>                 URL: https://issues.apache.org/jira/browse/OOZIE-240
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> Currently each action node must define its JT/NN and common configuration values. Adding a global section would avoid repeating these values over and over, reducing the length of workflow applications and making easier to modify them in a singlle place.
> <code>
>     <workflow-app>
>       ...
>       <global>
>         <job-tracker>bar:8010</job-tracker>
>         <name-node>hdfs://foo:8020</name-node>
>         <configuration>
>           <property>
>             <name>mapred.queue.name</name>
>             <value>elt-queue</name>
>           </property>
>           ...
>         </configuration>
>       </global>
>       ...
>     </workflow-app>
> </code>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira