You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2019. It is now read-only.
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.