Revision 60318
Added by Claudio Atzori about 2 years ago
transform.wf.st | ||
---|---|---|
24 | 24 |
<DESCRIPTION>Retrieve all the parameters needed to run the transformation workflow</DESCRIPTION> |
25 | 25 |
<PARAMETERS> |
26 | 26 |
<PARAM category="TRANSFORMATION_RULE_ID" function="listProfiles('TransformationRuleDSResourceType', '//TITLE')" managedBy="user" name="ruleId" required="true" type="string"></PARAM> |
27 |
<PARAM required="true" type="string" name="mdstoreInput" managedBy="system">$params.("harv_id")$</PARAM> |
|
28 |
<PARAM required="true" type="string" name="mdstoreOutput" managedBy="system">$params.("tran_id")$</PARAM> |
|
27 |
<PARAM required="true" type="string" name="mdstoreInput" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
|
|
28 |
<PARAM required="true" type="string" name="mdstoreOutput" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
|
|
29 | 29 |
</PARAMETERS> |
30 | 30 |
<ARCS> |
31 | 31 |
<ARC to="TRANSFORM_HADOOP"/> |
... | ... | |
43 | 43 |
"mdstoreOutput":"mdstoreOutput", |
44 | 44 |
"transformationRule":"transformationRule", |
45 | 45 |
"timestamp":"timestamp", |
46 |
"workflowId":"workflowId" |
|
46 |
"workflowId":"workflowId", |
|
47 |
"oozie.wf.application.path":"oozieWfPath" |
|
47 | 48 |
} |
48 | 49 |
</PARAM> |
49 | 50 |
</PARAMETERS> |
Also available in: Unified diff
updated hadoop-specific aggregation workflows