Quellcode durchsuchen

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 vor 8 Jahren
Ursprung
Commit
d76aebdcac
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"}],