[ 
https://issues.apache.org/jira/browse/OOZIE-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Virag Kothari resolved OOZIE-240.
---------------------------------

       Resolution: Duplicate
    Fix Version/s: trunk

Duplicate of OOZIE-874
                
> 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
>             Fix For: trunk
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to