etsy / arbiter

A utility for generating Oozie workflows from a YAML definition
Apache License 2.0
48 stars 19 forks source link

FileSystem actions/Node attributes #7

Open SimonJPegg opened 7 years ago

SimonJPegg commented 7 years ago

Hi,

Could you provide an example of specifying a filesystem action in a configuration, or specifying an attribute for an XML node?
Oozie filesystem actions take the format of <delete path="/some/path"> and spark actions typically take the form: <spark xmlns='uri:oozie:spark-action:0.1'>

I could not see from the documentation how it was possible to create these nodes from the Yaml configuration.

Thanks, Ciaran.