Workflow
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 the 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 | |
com.unraveldata.oozie.staleworkflow.interval.sec The frequency of the task. | s | 120 | |
com.unraveldata.oozie.staleworkflow.fetch.num The maximum number of stale workflows to update in a single run. | count | 100 | |
com.unraveldata.oozie.staleworkflow.fetch.logs Whether to fetch Oozie logs for a stale workflow. | boolean | false | |
com.unraveldata.oozie.staleworkflow.starttimedelta.min The minimum time interval that determines if a workflow is stale. | min | 30 | |
com.unraveldata.oozie.fetch.logs Whether to fetch the Oozie logs for a workflow. | boolean | true |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.workflow.fetch.size This property defines a maximum number of workflows to be retrieved from the cluster and displayed on the Unravel UI. | Optional | integer | 100 |
com.unravel.workflows.compareupdate.disable Suppresses redundant message processing for workflows. | Optional | boolean | false |
NoteYou must add these properties to the Core node in a multi-cluster environment. Set the com.unravel.workflows.compareupdate.disable property to true. |