Oozie
Property/Description | Set by user | Unit | Default |
---|---|---|---|
oozie.server.url The Oozie server URL to be monitored by Unravel. If multiple servers exist, the server URL can be a comma-separated string where each part is IP of 1 Oozie server, e.g., http://ip-10-0-0-110.ec2.internal:11000,http://ip-10-0-0-114.ec2.internal:11000 | Required | CSL | - |
oozie.server.username | Optional | string | - |
oozie.server.password | Optional | string | - |
oozie.log.length The maximum number of characters in Oozie workflow log that Unravel fetches. Any log longer than this is trimmed from the beginning and only last x characters are kept. | bytes | 1000000 (1MB) | |
com.unraveldata.oozie.disable Whether to disable bringing in Oozie workflows into Unravel. The underlying jobs will not be affected. | boolean | false | |
com.unraveldata.oozie.fetch.num Number of workflows to pull in each API call. | count | 100 | |
com.unraveldata.oozie.fetch.interval.sec Controls the rate the Oozie REST server is polled. Seconds between intervals for fetching Oozie workflow status. | s | 120 | |
com.unraveldata.oozie.retry.sec | s | 600 |