Browse Source

HUE-7617 [fb] Compress can fail with output.properties data exceeds its limit

Capture output is used internally by Oozie for decision nodes and sending info
to other nodes about the output. This is something else than printing the logs.
Romain Rigaux 8 years ago
parent
commit
d76aebd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/oozie/src/oozie/models2.py

+ 1 - 1
apps/oozie/src/oozie/models2.py

@@ -4020,7 +4020,7 @@ class WorkflowBuilder():
               "retry_max": [],
               "retry_max": [],
               "retry_interval": [],
               "retry_interval": [],
               "job_properties": [],
               "job_properties": [],
-              "capture_output": True,
+              "capture_output": False,
               "prepares": [],
               "prepares": [],
               "credentials": credentials,
               "credentials": credentials,
               "sla": [{"value":False, "key":"enabled"}, {"value":"${nominal_time}", "key":"nominal-time"}, {"value":"", "key":"should-start"}, {"value":"${30 * MINUTES}", "key":"should-end"}, {"value":"", "key":"max-duration"}, {"value":"", "key":"alert-events"}, {"value":"", "key":"alert-contact"}, {"value":"", "key":"notification-msg"}, {"value":"", "key":"upstream-apps"}],
               "sla": [{"value":False, "key":"enabled"}, {"value":"${nominal_time}", "key":"nominal-time"}, {"value":"", "key":"should-start"}, {"value":"${30 * MINUTES}", "key":"should-end"}, {"value":"", "key":"max-duration"}, {"value":"", "key":"alert-events"}, {"value":"", "key":"alert-contact"}, {"value":"", "key":"notification-msg"}, {"value":"", "key":"upstream-apps"}],