TaskExecutionUtilityWarnIfNoRecordReuse Method |
Namespace: Ookii.Jumbo.Jet
Information about record reuse for each task in a compound is added to the log so that developers debugging tasks and record readers are aware of whether or not record reuse was allowed. This can help spot situations where a task or record reader was created with the wrong assumptions. Particularly note that if a child stage reports it does not support record reuse, it means that the parent task may not use output record reuse.