Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Tez provides way to cache objects with Vertex scope. We can use it to
1) caching the replication join map constructed instead of reading from multiple broadcast inputs from one or more vertex and reconstructing it
2) Cache the map in WeightedRangePartitioner. Thought the quantilefile is only one brodcast input from one vertex still it would be faster to use the local cache.
Attachments
Attachments
Issue Links
- requires
-
TEZ-711 Fix memory leak when not reading from inputs due to caching
- Open