Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
trunk, 4.0.0
-
None
-
None
Description
We should add some more detail to the documentation on the FS action's glob feature. It currently just says this:
In case of move , delete , chmod and chgrp commands, a glob pattern can also be specified instead of an absolute path. For move , glob pattern can only be specified for source path and not the target.
The user has no idea how to specify a glob pattern after reading this. An example would be nice too.
Also, oozie.action.fs.glob.max in oozie-site/default is supposed to let you specify how many files can be matched against the glob pattern. This isn't mentioned anywhere in the documentation and isn't even in oozie-site or oozie-default. It should be added to oozie-default.xml and mentioned in the docs.