Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
d76aebd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"}],