소스 검색

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 년 전
부모
커밋
d76aebdcac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"}],