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 năm trước cách đây
mục cha
commit
d76aebd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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_interval": [],
               "job_properties": [],
-              "capture_output": True,
+              "capture_output": False,
               "prepares": [],
               "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"}],