Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In cases of container re-use or other scenarios, a processor may not need to process any data from a particular Input. Currently, an Input always fetches/preps the data as soon as its init() function is invoked.
A Processor should have a way to trigger the Input to fetch data. This obviously has some overheads of delaying the fetch.
The approach should be such that there is no additional burden on developers who write new processors when they need the normal flow of their inputs always fetching on init().
Attachments
Attachments
Issue Links
- is blocked by
-
TEZ-827 Separate initialize and start operations on Inputs/Outputs
- Closed
- is related to
-
TEZ-711 Fix memory leak when not reading from inputs due to caching
- Open
-
TEZ-667 BroadcastShuffleManager should not report errors after it has been closed
- Closed
- is required by
-
TEZ-388 Pig on Tez
- Open