- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
max size for oozie workflow definition exceeded
- Labels:
-
Apache Oozie
Created ‎09-26-2016 09:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am facing below exception on submitted co-ordinator job.
Caused by: org.apache.oozie.workflow.WorkflowException: E0736: Workflow definition length [637,397] exceeded maximum allowed length [100,000] at org.apache.oozie.service.WorkflowAppService.readDefinition(WorkflowAppService.java:130) at org.apache.oozie.service.LiteWorkflowAppService.parseDef(LiteWorkflowAppService.java:45) at org.apache.oozie.command.wf.SubmitXCommand.execute(SubmitXCommand.java:179)
is there any way to bypass this ?
Created ‎09-26-2016 09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To Increase the size of the workflow job definition size. Please add the following property to oozie-site.xml:
oozie.service.WorkflowAppService.WorkflowDefinitionMaxLength=<The maximum length of the workflow definition in bytes>
For Example:
oozie.service.WorkflowAppService.WorkflowDefinitionMaxLength=1000000
Created ‎09-26-2016 09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To Increase the size of the workflow job definition size. Please add the following property to oozie-site.xml:
oozie.service.WorkflowAppService.WorkflowDefinitionMaxLength=<The maximum length of the workflow definition in bytes>
For Example:
oozie.service.WorkflowAppService.WorkflowDefinitionMaxLength=1000000
