You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Britt Cyr <bc...@yahoo-inc.com> on 2012/07/09 22:46:14 UTC

Re: Review Request: OOZIE-874: Remove redundancies in workflow.xml

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5820/
-----------------------------------------------------------

(Updated July 9, 2012, 8:46 p.m.)


Review request for oozie.


Summary (updated)
-----------------

OOZIE-874: Remove redundancies in workflow.xml


Description
-------

Adding a global section to the workflow.xml so that users don't have to repeatedly enter the same configuration, job tracker, and name node for all actions.


This addresses bug OOZIE-874.
    https://issues.apache.org/jira/browse/OOZIE-874


Diffs
-----

  trunk/client/src/main/resources/hive-action-0.4.xsd PRE-CREATION 
  trunk/client/src/main/resources/oozie-workflow-0.4.xsd 1358289 
  trunk/client/src/main/resources/shell-action-0.3.xsd PRE-CREATION 
  trunk/client/src/main/resources/sqoop-action-0.4.xsd PRE-CREATION 
  trunk/core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowAppParser.java 1358289 
  trunk/core/src/test/java/org/apache/oozie/workflow/lite/TestLiteWorkflowAppParser.java 1358289 
  trunk/core/src/test/resources/wf-schema-valid-global.xml PRE-CREATION 
  trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki 1358289 

Diff: https://reviews.apache.org/r/5820/diff/


Testing
-------

testParserGlobal() and testParserGlobalLocalAlreadyExists()   in TestLiteWorkflowAppParser


Thanks,

Britt Cyr